summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjperkin <jperkin>2017-04-13 11:22:06 +0000
committerjperkin <jperkin>2017-04-13 11:22:06 +0000
commit9f4376ca28df8a45e996055d0684990cb6884244 (patch)
treead69648b624d6973fca58bc4b42c04d28c823cbd /www
parent6c1305fa8509a97fb70cc1f0cedd3051b238ea55 (diff)
downloadpkgsrc-9f4376ca28df8a45e996055d0684990cb6884244.tar.gz
Listen on localhost by default. Patch from plluksie in joyent/pkgsrc#482.
Diffstat (limited to 'www')
-rw-r--r--www/varnish/files/smf/manifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/varnish/files/smf/manifest.xml b/www/varnish/files/smf/manifest.xml
index 8694a4284a3..ba0cc2293bc 100644
--- a/www/varnish/files/smf/manifest.xml
+++ b/www/varnish/files/smf/manifest.xml
@@ -23,7 +23,7 @@
</property_group>
<property_group name="application" type="application">
<propval name="config_file" type="astring" value="@PKG_SYSCONFDIR@/default.vcl" />
- <propval name="listen" type="astring" value="0.0.0.0:8080" />
+ <propval name="listen" type="astring" value="127.0.0.1:8080" />
<propval name="size" type="astring" value="64M" />
</property_group>
<template>