fix: ngx config

This commit is contained in:
2025-06-16 12:46:13 +02:00
parent 69c0d38a83
commit 57457eb20e
+1 -1
View File
@@ -4,7 +4,7 @@ server {
root /var/www/localhost/htdocs;
# Everything is a 404
location / {
try_files $uri$args $uri$args/ $uri/ /index.html =404;
try_files / /index.html =404;
}
# You may need this to prevent return 404 recursion.