fix echart

This commit is contained in:
Mateusz Gruszczyński
2026-03-26 10:20:46 +01:00
parent b13a35c310
commit cf1827c111

View File

@@ -10,9 +10,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate" always;
add_header Pragma "no-cache" always;
add_header Expires "0" always;
add_header Cache-Control "no-store, no-cache" always;
}
location /assets/ {
@@ -32,8 +30,6 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
add_header Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate" always;
add_header Pragma "no-cache" always;
add_header Expires "0" always;
}
proxy_hide_header Etag;
add_header Cache-Control "no-store, no-cache" always;
}