Merge branch 'master' of https://github.com/vchikalkin/EvoCalculator
This commit is contained in:
commit
979d1e26a7
@ -16,6 +16,13 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
# kill cache
|
||||
add_header Last-Modified $date_gmt;
|
||||
add_header Cache-Control 'no-store, no-cache';
|
||||
if_modified_since off;
|
||||
expires off;
|
||||
etag off;
|
||||
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html =404;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user