Compare commits
3
Commits
30f33e29cf
...
v1.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d07651ad67 | ||
|
|
5fac84f052 | ||
|
|
e3f7b14f01 |
@@ -251,7 +251,7 @@ sub vcl_deliver {
|
||||
unset resp.http.Via;
|
||||
unset resp.http.X-Varnish;
|
||||
unset resp.http.Server;
|
||||
unset resp.http.Content-Disposition
|
||||
unset resp.http.Content-Disposition;
|
||||
}
|
||||
|
||||
sub vcl_synth {
|
||||
@@ -260,7 +260,7 @@ sub vcl_synth {
|
||||
unset resp.http.Via;
|
||||
unset resp.http.X-Varnish;
|
||||
unset resp.http.Server;
|
||||
unset resp.http.Content-Disposition
|
||||
unset resp.http.Content-Disposition;
|
||||
}
|
||||
|
||||
# ===== PURGE HANDLER =====
|
||||
|
||||
Reference in New Issue
Block a user