Skip to content

Commit

Permalink
Merge pull request #73 from brianhlin/SOFTWARE-3520.use-osg-xrootd
Browse files Browse the repository at this point in the history
Explicitly set the HTTP port for unauth origins
  • Loading branch information
matyasselmeci authored Aug 26, 2019
2 parents e98764c + 7b4780f commit baea243
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 baea243

Please sign in to comment.