diff --git a/HowtoVarnish.md b/HowtoVarnish.md index b4e2fb1e..71cdfab7 100644 --- a/HowtoVarnish.md +++ b/HowtoVarnish.md @@ -32,7 +32,7 @@ Le fichier `/etc/default/varnish` [n'est plus utilisé en Debian 8 avec Systemd] `/etc/systemd/system/varnish.service` (ne pas oublier de `systemctl daemon-reload` à chaque modification) : ~~~ -ExecStart=/usr/sbin/varnishd -a 0.0.0.0:80 -T localhost:6082 -f /etc/varnish/default.vcl \ +ExecStart=/usr/sbin/varnishd -F -a 0.0.0.0:80 -T localhost:6082 -f /etc/varnish/default.vcl \ -S /etc/varnish/secret -s malloc,2G \ -p thread_pools= -p thread_pool_add_delay=2 -p thread_pool_min=500 -p thread_pool_max=5000 ExecReload=/etc/varnish/reload-vcl.sh