Replies: 2 comments
-
Hmm...I'm not sure I fully understand. Maybe @code-asher has an idea? |
Beta Was this translation helpful? Give feedback.
0 replies
-
So if you have a proxy set up that can allow access to code-server at
`[domain]/vss/{id}` then the subpath port proxy can be used by going to
`[domain]/vss/{id}/proxy/{port}` or `[domain]/vss/{id}/absproxy/{port}`.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have one proxy server managing the vscode server instance, and providing the access to them. For the end user he can find out the vscode instance id and access by
https://myproxyserver.com/vss/{vsId}
, but how is vscode server reached with the subpath-based proxy? just like this192.168.0.23:8080/absproxy/8080/vs1
?Beta Was this translation helpful? Give feedback.
All reactions