Guest User

Untitled

a guest
Jun 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. # Backend in .vcl file
  2.  
  3. backend catalystsite {
  4. .host = "127.0.0.1";
  5. .port = "8080";
  6. }
  7.  
  8. # Start varnish with:
  9. varnishd -a :6081 \
  10. -T localhost:6082 \
  11. -u varnish -g varnish \
  12. -f /usr/local/etc/varnish/fuku.vcl \
  13. -s file,/var/lib/varnish/fuku/varnish_storage.bin,1G
Add Comment
Please, Sign In to add comment