Update deploy/varnish/default.vcl.template

This commit is contained in:
gru
2026-02-25 13:54:33 +01:00
parent c8b8d70c81
commit 3cb08ad968

View File

@@ -88,6 +88,9 @@ sub vcl_pipe {
}
# WAŻNE: backend nie może reuse połączenia po WS
set bereq.http.connection = "close";
set bereq.http.Ping-Interval = "25s";
set bereq.http.Ping-Timeout = "60s";
}
# ===== HASH =====