Skip to content

Commit

Permalink
Explicitly set the HTTP port for unauth origins
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhlin committed Aug 26, 2019
1 parent 1181b23 commit 7b4780f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configs/stash-origin/xrootd/xrootd-stash-origin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ set EnableHttp=1

if named stash-origin-auth
set HttpPort=1095
xrd.port $(HttpPort)
else
xrd.port 1094
set HttpPort=1094
fi

xrd.port $(HttpPort)

all.role server


Expand Down

0 comments on commit 7b4780f

Please sign in to comment.