Replies: 2 comments 3 replies
-
Not super familiar with Nginx but we have some docs here and you can read about some environment variables related to proxies here. Let us know if that helps! |
Beta Was this translation helpful? Give feedback.
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 |
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
-
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!
Beta Was this translation helpful? Give feedback.
All reactions