some default settings for varnish on fedora

This commit is contained in:
Kevin Fenzi 2017-04-05 19:15:14 +00:00
parent eb787777b0
commit ee90934d26

View file

@ -11,7 +11,7 @@ VARNISH_VCL_CONF=/etc/varnish/default.vcl
# and IPv6 interfaces, otherwise specify a host name, an IPv4 dotted # and IPv6 interfaces, otherwise specify a host name, an IPv4 dotted
# quad, or an IPv6 address in brackets. # quad, or an IPv6 address in brackets.
# VARNISH_LISTEN_ADDRESS=192.168.1.5 # VARNISH_LISTEN_ADDRESS=192.168.1.5
VARNISH_LISTEN_PORT=6081 VARNISH_LISTEN_PORT=80
# Admin interface listen address and port # Admin interface listen address and port
VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1 VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1
@ -22,7 +22,7 @@ VARNISH_SECRET_FILE=/etc/varnish/secret
# Backend storage specification, see Storage Types in the varnishd(5) # Backend storage specification, see Storage Types in the varnishd(5)
# man page for details. # man page for details.
VARNISH_STORAGE="malloc,256M" VARNISH_STORAGE="malloc,56GB"
# User and group for the varnishd worker processes # User and group for the varnishd worker processes
VARNISH_USER=varnish VARNISH_USER=varnish