Skip to content

Commit f9bcda9

Browse files
committed
fix: Increase max total HTTP response header size to 128KB and individual response header size to 16KB
1 parent ca39e14 commit f9bcda9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

varnish/docker-varnish-entrypoint

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ if [ "$#" -eq 0 ] || [ "${1#-}" != "$1" ]; then
1616
-p thread_pool_min=5 \
1717
-p thread_pool_max=500 \
1818
-p thread_pool_timeout=300 \
19-
-p http_resp_size=64000 \
19+
-p http_resp_size=128000 \
20+
-p http_resp_hdr_len=16000 \
2021
"$@"
2122
fi
2223

0 commit comments

Comments
 (0)