split_css #15

Merged
gru merged 4 commits from split_css into master 2026-04-01 11:09:31 +02:00
Showing only changes of commit 30f33e29cf - Show all commits

View File

@@ -251,10 +251,16 @@ sub vcl_deliver {
unset resp.http.Via;
unset resp.http.X-Varnish;
unset resp.http.Server;
unset resp.http.Content-Disposition
}
sub vcl_synth {
set resp.http.Cache-Control = "private, no-store, no-cache";
set resp.http.X-Cache = "SYNTH";
unset resp.http.Via;
unset resp.http.X-Varnish;
unset resp.http.Server;
unset resp.http.Content-Disposition
}
# ===== PURGE HANDLER =====