Skip to content

Commit

Permalink
increase varnish limits (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdarnaculleta authored Jul 23, 2021
1 parent e597428 commit 5e7c1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varnish/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN chmod 744 /docker-entrypoint.sh

ENTRYPOINT ["/docker-entrypoint.sh"]

CMD ["varnishd", "-F", "-f", "/etc/varnish/default.vcl", "-p", "http_resp_hdr_len=65536", "-p", "http_resp_size=98304"]
CMD ["varnishd", "-F", "-f", "/etc/varnish/default.vcl", "-p", "http_resp_hdr_len=131072", "-p", "http_resp_size=131072"]

0 comments on commit 5e7c1bd

Please sign in to comment.