Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
1202: update http_resp_size xample value everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-matthews committed Jun 19, 2017
1 parent 59edc59 commit 25c8dd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guides/v2.0/config-guide/varnish/tshoot-varnish-503.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ To resolve this issue, increase the default value of the `http_resp_hdr_len` par
-p thread_pool_min=${VARNISH_MIN_THREADS} \
-p thread_pool_max=${VARNISH_MAX_THREADS} \
-p http_resp_hdr_len=64000 \
-p http_resp_size=128000 \
-p http_resp_size=65536 \
-S ${VARNISH_SECRET_FILE} \
-s ${VARNISH_STORAGE}"
2 changes: 1 addition & 1 deletion guides/v2.2/config-guide/varnish/tshoot-varnish-503.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To resolve this issue, increase the default value of the `http_resp_hdr_len` par
-p thread_pool_min=${VARNISH_MIN_THREADS} \
-p thread_pool_max=${VARNISH_MAX_THREADS} \
-p http_resp_hdr_len=64000 \
-p http_resp_size=128000 \
-p http_resp_size=65536 \
-S ${VARNISH_SECRET_FILE} \
-s ${VARNISH_STORAGE}"

Expand Down

0 comments on commit 25c8dd5

Please sign in to comment.