bug fix nginx config

This commit is contained in:
2026-05-06 19:23:51 +02:00
parent 9ef863a34c
commit 1aea4050e7
+3 -8
View File
@@ -1,16 +1,11 @@
http {
include mime.types;
server {
server {
listen 80;
root /usr/share/nginx/html;
server_name localhost;
root /usr/share/nginx/html;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}
}
event {}