Update docker/nginx.conf
All checks were successful
Build Website / Build NPM Project (push) Successful in 53s
Build Website / Tag Version (push) Successful in 43s
Build Website / Build & Push Dockerfile (push) Successful in 1m24s

This commit is contained in:
Zakary Timson 2025-02-03 08:55:06 -05:00
parent 244e883ddf
commit 46e3984793

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