Guest User

Untitled

a guest
Feb 18th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [Unit]
  2. Description=Varnish HTTP accelerator
  3.  
  4. [Service]
  5. Type=forking
  6. LimitNOFILE=131072
  7. LimitMEMLOCK=82000
  8. ExecStartPre=/usr/sbin/varnishd -C -f /etc/varnish/central.vcl
  9. ExecStart=/usr/sbin/varnishd -a :6081 -T localhost:6082 -f /etc/varnish/central.vcl -S /etc/varnish/secret -p thread_pools=4 -p thread_pool_min=200 -p thread_pool_max=5000 -p workspace_session=1k -s malloc,200G
  10. ExecReload=/usr/share/varnish/reload-vcl
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment