Skip to content

Please be patient. #3321

Nov 3, 2023 · 8 comments · 6 replies
Discussion options

You must be logged in to vote

As a note, the webserver works a little differently.

# The webserver sits behind a Portal proxy. This is a list
# of tuples (proxyport,serverport) used. The proxyports are what
# the Portal proxy presents to the world. The serverports are
# the internal ports the proxy uses to forward data to the Server-side
# webserver (these should not be publicly open)
WEBSERVER_PORTS = [(4001, 4005)]

Port 4001 is the external-facing port. 4005 should NOT be accessible to the outside world. So it's good that 4005 isn't responding, but why isn't 4001? Hmmm.

Replies: 8 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@volundmush
Comment options

Answer selected by Griatch
@therealjohndion
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@therealjohndion
Comment options

Comment options

You must be logged in to vote
2 replies
@volundmush
Comment options

@therealjohndion
Comment options

Comment options

You must be logged in to vote
1 reply
@therealjohndion
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants