Fix Nginx startup in deployment
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 21s

This commit is contained in:
Akshay Kolli
2026-07-18 20:11:06 -04:00
parent 9dda076b56
commit 5949fb6808
2 changed files with 5 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ server {
text/plain
text/xml;
location ~* \.[0-9a-f]{32,}\.(?:css|js)$ {
location ~* "\.[0-9a-f]{32,}\.(?:css|js)$" {
try_files $uri =404;
add_header Cache-Control "public, max-age=31536000, immutable" always;
}