Commit 9e7815f4 authored by Denis Brækhus's avatar Denis Brækhus Committed by Denis Brækhus

Purge VARNISH_ADMIN_LISTEN_*

parent 3db7992a
......@@ -15,10 +15,6 @@ VARNISH_VCL_CONF=/etc/varnish/default.vcl
# VARNISH_LISTEN_ADDRESS=192.168.1.5
VARNISH_LISTEN_PORT=6081
# Admin interface listen address and port
VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1
VARNISH_ADMIN_LISTEN_PORT=6082
# Shared secret file for admin interface
VARNISH_SECRET_FILE=/etc/varnish/secret
......
......@@ -19,8 +19,7 @@ NPROCS="unlimited"
# Init script support to reload/switch vcl without restart.
# To make this work, you need to set the following variables
# explicit: VARNISH_VCL_CONF, VARNISH_ADMIN_LISTEN_ADDRESS,
# VARNISH_ADMIN_LISTEN_PORT, VARNISH_SECRET_FILE.
# explicit: VARNISH_VCL_CONF, VARNISH_SECRET_FILE.
RELOAD_VCL=1
# Main configuration file.
......@@ -31,10 +30,6 @@ VARNISH_VCL_CONF=/etc/varnish/default.vcl
# a host name, an IPv4 dotted quad, or an IPv6 address in brackets.
VARNISH_LISTEN_PORT=6081
#
# Telnet admin interface listen address and port
VARNISH_ADMIN_LISTEN_ADDRESS=127.0.0.1
VARNISH_ADMIN_LISTEN_PORT=6082
#
#
# The minimum number of worker threads to start
VARNISH_MIN_THREADS=50
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment