bug fix nginx config

This commit is contained in:
2026-05-06 19:15:33 +02:00
parent 6d475513fe
commit 3d3437e0c6
+3 -1
View File
@@ -5,8 +5,10 @@ http {
listen 80; listen 80;
root /usr/share/nginx/html; root /usr/share/nginx/html;
index index.html;
location / { location / {
/usr/share/nginx/html; try_files $uri $uri/ /index.html;
} }
} }
} }