summaryrefslogtreecommitdiff
path: root/pkgs/varnish/varnish.conf
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-01-28 03:23:04 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2011-01-28 03:23:04 -0300
commit4fd38b1c7635719535ed16a2ed7cf6814ded90f8 (patch)
tree5a3adb6091fae6f777c4654663018715d04ab789 /pkgs/varnish/varnish.conf
parent21c6105c4fdacb617bd6a1cc06222f1de93be47e (diff)
updated README and [social] ABS treeHEADmaster
Diffstat (limited to 'pkgs/varnish/varnish.conf')
-rw-r--r--pkgs/varnish/varnish.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkgs/varnish/varnish.conf b/pkgs/varnish/varnish.conf
new file mode 100644
index 0000000..d768261
--- /dev/null
+++ b/pkgs/varnish/varnish.conf
@@ -0,0 +1,9 @@
+# Options for the varnishd command line
+# For example:
+# OPTS="-b varnish.projects.linpro.no"
+# Read the varnishd man page for info
+#
+# Use -F if you want to use it with runit
+# or daemontools
+#
+OPTS="-b localhost:80 -u nobody -g nobody -n /var/varnish/$hostname"