Guest User

Untitled

a guest
Nov 23rd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Error 503 Backend fetch failed
  2. Backend fetch failed
  3.  
  4. CentOS 6: /etc/sysconfig/varnish
  5. CentOS 7: /etc/varnish/varnish.params
  6. Ubuntu: /etc/default/varnish
  7.  
  8. -p http_resp_hdr_len=65536
  9.  
  10. -p http_resp_size=98304
  11.  
  12. # DAEMON_OPTS is used by the init script.
  13. DAEMON_OPTS="-a ${VARNISH_LISTEN_ADDRESS}:${VARNISH_LISTEN_PORT}
  14. -f ${VARNISH_VCL_CONF}
  15. -T ${VARNISH_ADMIN_LISTEN_ADDRESS}:${VARNISH_ADMIN_LISTEN_PORT}
  16. -p thread_pool_min=${VARNISH_MIN_THREADS}
  17. -p thread_pool_max=${VARNISH_MAX_THREADS}
  18. -p http_resp_hdr_len=65536
  19. -p http_resp_size=98304
  20. -S ${VARNISH_SECRET_FILE}
  21. -s ${VARNISH_STORAGE}"
Add Comment
Please, Sign In to add comment