Skip to content

Extensions fail to load when using reverse proxy with subpath. #7006

Closed Answered by code-asher
davidliyutong asked this question in Q&A
Discussion options

You must be logged in to vote

Do the query parameters get included in the location match? Wonder if you need proxy_pass http://127.0.0.1:3000/$1$is_args$args;.

Or this should also work, I think:

location /coder/ {
  proxy_pass http://127.0.0.1:3000/;
}

Replies: 1 comment 1 reply

Comment options

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

Answer selected by davidliyutong
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