Update docker/nginx.conf
All checks were successful
Build Website / Build NPM Project (push) Successful in 36s
Build Website / Tag Version (push) Successful in 22s
Build Website / Build & Push Dockerfile (push) Successful in 2m5s

This commit is contained in:
Zakary Timson 2025-02-03 08:53:21 -05:00
parent 9b6d50fa42
commit 794c59e375

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;
} }
} }
} }