You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
478 B
11 lines
478 B
[Unit] |
|
StartLimitIntervalSec=0 |
|
|
|
[Service] |
|
|
|
Restart=on-failure |
|
RestartSec=10 |
|
|
|
CacheDirectory=varnish |
|
ExecStart= |
|
ExecStart=/usr/sbin/varnishd -F -a {{ varnish.frontend.sock }},user={{ varnish.frontend.user }},group={{ varnish.frontend.group }},mode={{ varnish.frontend.mode }},PROXY -p default_ttl=300 -p default_grace=240 -p default_keep=120 -p feature=+http2 -p tcp_fastopen=on -j unix,user={{ varnish.jail.user }} -f /etc/varnish/default.vcl -s file,/var/cache/varnish/file,4G
|
|
|