Compare commits

...
1 Commits
Author SHA1 Message Date
ztimson 7fcec84e73 Update docker/nginx.conf
Build Website / Build NPM Project (push) Successful in 47s
Build Website / Tag Version (push) Successful in 27s
Build Website / Build & Push Dockerfile (push) Successful in 2m20s
2025-02-03 08:54:09 -05:00
+1 -1
View File
@@ -25,7 +25,7 @@ http {
autoindex off; autoindex off;
location / { location / {
try_files $uri$args $uri$args/ /index.html; try_files $uri $uri/ /index.html;
} }
} }
} }