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

This commit is contained in:
Zakary Timson 2025-02-03 08:55:42 -05:00
parent 1fc1f7cfe2
commit e706057683

View File

@ -25,7 +25,7 @@ http {
autoindex off;
location / {
try_files $uri$args $uri$args/ /index.html;
try_files $uri $uri/ /index.html;
}
}
}