fixed nginx cache

This commit is contained in:
Fedor Katurov 2021-08-06 11:58:56 +07:00
parent 91fc203b0a
commit 4fe8e5d9fe

View file

@ -34,9 +34,6 @@ http {
location / {
gzip_static on;
try_files $uri @index;
}
location @index {
add_header Cache-Control "no-store, no-cache, must-revalidate";
expires -1;
try_files /index.html =404;