Skip to content
Snippets Groups Projects
Commit 82e599f0 authored by OZGCloud's avatar OZGCloud
Browse files

disable browser cache by nginx config

parent 5fd80c06
Branches
Tags
No related merge requests found
...@@ -34,6 +34,9 @@ http { ...@@ -34,6 +34,9 @@ http {
location / { location / {
root /usr/share/nginx/html/design-system; root /usr/share/nginx/html/design-system;
index index.html index.htm; index index.html index.htm;
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0";
add_header Expires "0";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment