I am looking to add a prefix path for code-server instead of serving it via /.
This is to ensure that I can route VS code via my regular port 80 website, but with a prefix (like abc.com/code ) by linking it to my proxy-server to map it to code-server's port and path.
Basically, I am looking for something like this:
https://fastapi.tiangolo.com/advanced/behind-a-proxy/
If there's already a way to achieve this, please let me know. Thanks!
I am looking to add a prefix path for code-server instead of serving it via
/.This is to ensure that I can route VS code via my regular port 80 website, but with a prefix (like abc.com/code ) by linking it to my proxy-server to map it to code-server's port and path.
Basically, I am looking for something like this:
https://fastapi.tiangolo.com/advanced/behind-a-proxy/
If there's already a way to achieve this, please let me know. Thanks!