fix echart

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

View File

@@ -30,6 +30,7 @@ server {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
proxy_hide_header Etag; proxy_hide_header etag;
add_header Cache-Control "no-store, no-cache" always; add_header Cache-Control "no-store, no-cache" always;
}
} }