22
0
Fork 0
This commit is contained in:
Benoît S. 2016-12-14 16:28:58 +01:00
parent 963e1793ef
commit 1efa9bef89
1 changed files with 2 additions and 2 deletions

View File

@ -183,8 +183,8 @@ Dossier `/etc/systemd/system/varnish.service.d`, fichier `/etc/systemd/system/va
~~~
[Service]
ExecStart: /usr/sbin/varnishd -a 0.0.0.0:80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,16G -p thread_pools=8 -p thread_pool_add_delay=2 -p thread_pool_min=500 -p thread_pool_max=5000
ExecReload: /etc/varnish/reload-vcl.sh
ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,16G -p thread_pools=8 -p thread_pool_add_delay=2 -p thread_pool_min=500 -p thread_pool_max=5000
ExecReload=/etc/varnish/reload-vcl.sh
~~~
# Utiliser les templates d'unités