make it work in docker again and fix some ngx config issues

This commit is contained in:
2025-07-02 20:47:10 +03:00
parent c41e0cfc0c
commit 13c89cbde2
4 changed files with 8 additions and 5 deletions

View File

@ -3,6 +3,7 @@ events {
}
http {
include /etc/nginx/mime.types;
server {
listen 8080;
server_name localhost;