Skip to content

reverse proxy behind path #1510

Answered by hmoffatt
hmoffatt asked this question in Q&A
Sep 25, 2023 · 4 comments · 6 replies
Discussion options

You must be logged in to vote

The web host parameter changes the base URL of the internal HTTP server as well, so you have to map outside /semaphore to eg http://localhost:3000/semaphore not just http://localhost:3000/

Here's what I got working with Apache httpd:

	ProxyPass /semaphore/api/ws ws://localhost:5010/semaphore/api/ws retry=0
	ProxyPass /semaphore http://localhost:5010/semaphore retry=0

However, OpenID Connect is not working with the web path configured.

Replies: 4 comments 6 replies

Comment options

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

@hmoffatt
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

Answer selected by hmoffatt
Comment options

You must be logged in to vote
3 replies
@beKGB
Comment options

@hmoffatt
Comment options

@beKGB
Comment options

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