We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88caf96 commit 7593996Copy full SHA for 7593996
Formula/v/varnish.rb
@@ -64,7 +64,7 @@ def install
64
65
service do
66
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"]
+ "127.0.0.1:2000", "-a", "127.0.0.1:8080", "-F"]
68
keep_alive true
69
working_dir HOMEBREW_PREFIX
70
log_path var/"varnish/varnish.log"
0 commit comments