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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Sure, that should work. Something like this, I think:
Note that the trailing slash in |
Beta Was this translation helpful? Give feedback.
-
I have the following setup following your example but when I type in
Any ideas what I'm doing wrong? |
Beta Was this translation helpful? Give feedback.
I tried it out and got the same error. It looks like NGINX is sending requests with double slashes like
//login
for some reason. I was able to get it working like this: