Skip to content

Instantly share code, notes, and snippets.

@eksiscloud
Last active June 3, 2020 08:48
Show Gist options
  • Save eksiscloud/24533ffced87c5226e1b507195c774d2 to your computer and use it in GitHub Desktop.
Save eksiscloud/24533ffced87c5226e1b507195c774d2 to your computer and use it in GitHub Desktop.
Varnish core: systemctl edit --full varnish
#ExecStart=/usr/sbin/varnishd -j unix,user=vcache -F -a :6081 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,256m
ExecStart=/usr/sbin/varnishd -P /var/run/varnish.pid -j unix,user=vcache -F -a :8080 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,5G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment