pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/varnish/files/smf Listen on localhost by default. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b35d5e77c743
branches:  trunk
changeset: 361001:b35d5e77c743
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Apr 13 11:22:06 2017 +0000

description:
Listen on localhost by default.  Patch from plluksie in joyent/pkgsrc#482.

diffstat:

 www/varnish/files/smf/manifest.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a3391dd59bf9 -r b35d5e77c743 www/varnish/files/smf/manifest.xml
--- a/www/varnish/files/smf/manifest.xml        Thu Apr 13 11:10:08 2017 +0000
+++ b/www/varnish/files/smf/manifest.xml        Thu Apr 13 11:22:06 2017 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index