code-server with proxy_pass
I want to move code-server into www.domain/vscode instead of www.domain
here is my current nginx block:
But it doesn't work
4 Replies
why not code.domain
also
what do you mean by "doesn't work"
I am not sure you will be able to proxy_pass in a subpath
Nevermind it worked after I put additional "/" after "/code"
undo that
and remove the / after the proxy_pass url
it's cleaner
Ok