Replies: 2 comments 3 replies
|
The container is definitely all working because I can directly access it by HTTPS, and NGINX can proxy to it fine in HTTP. Think I'll ask more generally on Stack Overflow since I think this is more Nginx than Vscode |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm running both the Nginx and Code-Server Docker images and I'm trying to get nginx to act as a reverse proxy for proxying code.jarvis-test to the code-server container. I've got it working fine with http, and I can get https working to show just a standard webpage. I can directly access code-server on https if I bypass the reverse-proxy/
I've played around with the PROXY_DOMAIN environment variable (though I'm not really sure what it does), settings the code-server container to http and https, and using various headers I found documented online.
Below is my nginx.conf
Any advice on my setup would be greatly appreciated!
All reactions