diff options
author | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-03-21 15:50:00 +0100 |
---|---|---|
committer | Ole Mathias Heggem <olemathias.aa.heggem@gmail.com> | 2023-03-21 15:50:00 +0100 |
commit | 5a289819ecdcb762d0377a9fd5536b5a852f049a (patch) | |
tree | fcab16a2ac8a0d859bd2aba04349e82bb7b766b4 /ansible/roles/web/files/varnish.service | |
parent | b3008251641f372d7101dac769de3022f3bf69bb (diff) |
fix: ansible varnish service
Diffstat (limited to 'ansible/roles/web/files/varnish.service')
-rw-r--r-- | ansible/roles/web/files/varnish.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/roles/web/files/varnish.service b/ansible/roles/web/files/varnish.service index 41e311c..66ae044 100644 --- a/ansible/roles/web/files/varnish.service +++ b/ansible/roles/web/files/varnish.service @@ -1,3 +1,3 @@ [Service] ExecStart= -ExecStart=/usr/sbin/varnishd -a :80 -T localhost:6082 -f /etc/varnish/default.vcl -s default,256m +ExecStart=/usr/sbin/varnishd -j unix,user=vcache -F -a :80 -a [::1]:6085,PROXY -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m
\ No newline at end of file |