Skip to content

Commit 7593996

Browse files
committed
varnish: avoid 0.0.0.0
See Homebrew/brew#20233
1 parent 88caf96 commit 7593996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/v/varnish.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def install
6464

6565
service do
6666
run [opt_sbin/"varnishd", "-n", var/"varnish", "-f", etc/"varnish/default.vcl", "-s", "malloc,1G", "-T",
67-
"127.0.0.1:2000", "-a", "0.0.0.0:8080", "-F"]
67+
"127.0.0.1:2000", "-a", "127.0.0.1:8080", "-F"]
6868
keep_alive true
6969
working_dir HOMEBREW_PREFIX
7070
log_path var/"varnish/varnish.log"

0 commit comments

Comments
 (0)