Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
cosmetic(ish) use PROXY_PORT
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Dec 2, 2015
1 parent 20a48f0 commit 3909936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weave
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ proxy_args() {
PROXY_HOST="unix:///var/run/weave/weave.sock"
;;
*)
PROXY_HOST="tcp://0.0.0.0:12375"
PROXY_HOST="tcp://0.0.0.0:$PROXY_PORT"
;;
esac
PROXY_ARGS="$PROXY_ARGS -H $PROXY_HOST"
Expand Down

0 comments on commit 3909936

Please sign in to comment.