diff options
-rw-r--r-- | configs/nginx/loc-nocache.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/nginx/loc-nocache.conf b/configs/nginx/loc-nocache.conf index b088783b..077aec3a 100644 --- a/configs/nginx/loc-nocache.conf +++ b/configs/nginx/loc-nocache.conf @@ -1 +1,2 @@ -include /etc/nginx/loc-nocache.conf; +add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, pre-check=0, post-check=0, max-age=0"; +expires -1; |