1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-02-15 04:32:15 +00:00
HyperProxmox/system/BASE_SOFT/VARNISH/4.1/varnish
thomas.guiseppin 5352a2b94a first commit
2017-10-21 22:04:42 +02:00

15 lines
402 B
Text

START=True
NFILES=131072
MEMLOCK=82000
DAEMON_OPTS="-a 127.0.0.1:81 \
-f /etc/varnish/production.vcl \
-T 127.0.0.1:6082 \
-S /etc/varnish/secret \
-s default=malloc,1g \
-p thread_pool_min=200 \
-p thread_pool_max=4000 \
-p thread_pool_timeout=300 \
-p default_grace=300 \
-p default_ttl=604800 \
-p ban_lurker_sleep=1"