Legoktm has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/399371 )
Change subject: Don't bind hound_proxy to localhost ...................................................................... Don't bind hound_proxy to localhost Change-Id: I541934a247848f08d110f6999bf2c58deea78389 --- M hound_proxy.service 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/labs/codesearch refs/changes/71/399371/1 diff --git a/hound_proxy.service b/hound_proxy.service index bf663bb..a961d7d 100644 --- a/hound_proxy.service +++ b/hound_proxy.service @@ -9,7 +9,7 @@ RuntimeDirectory=gunicorn WorkingDirectory=/srv/codesearch ExecStart=/usr/bin/gunicorn3 --pid /run/gunicorn/pid \ - -w 4 -b 127.0.0.1:3002 app:app + -w 4 -b 0.0.0.0:3002 app:app ExecReload=/bin/kill -s HUP $MAINPID ExecStop=/bin/kill -s TERM $MAINPID PrivateTmp=true -- To view, visit https://gerrit.wikimedia.org/r/399371 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I541934a247848f08d110f6999bf2c58deea78389 Gerrit-PatchSet: 1 Gerrit-Project: labs/codesearch Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
