Fix Nginx startup in deployment
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 21s
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 21s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user