Can I make code server access on a sub path? #6987
|
I run code server on a docker container which I access from various machines using http://machine-name.local:8080. |
Answered by
code-asher
Sep 23, 2024
Replies: 2 comments 6 replies
|
Sure, that should work. Something like this, I think: Note that the trailing slash in |
0 replies
|
I have the following setup following your example but when I type in Any ideas what I'm doing wrong? |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried it out and got the same error. It looks like NGINX is sending requests with double slashes like
//loginfor some reason. I was able to get it working like this: