Skip to content

Question: Using code-server with nginx and base path appended #1739

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

You must be logged in to vote

Yup, the critical part is the trailing slash on proxy_pass.

    location /vs-code/ {
      proxy_pass http://localhost:8080/;

That's what makes nginx rewrite the URL without the base path.

Replies: 5 comments

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
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bpmct
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #1739 on August 20, 2020 22:21.