first commit
This commit is contained in:
@@ -77,12 +77,10 @@ server {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
index index.html;
|
try_files $uri $uri/ /index.html;
|
||||||
|
|
||||||
try_files $uri =404;
|
|
||||||
|
|
||||||
if ($static_file) {
|
if ($static_file) {
|
||||||
add_header Cache-Control "public, max-age=31536000, immutable" always;
|
add_header Cache-Control "max-age=600" always;
|
||||||
}
|
}
|
||||||
|
|
||||||
add_header Cache-Control "no-store, no-cache" always;
|
add_header Cache-Control "no-store, no-cache" always;
|
||||||
|
|||||||
Reference in New Issue
Block a user