Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update guide.md: Reverse Proxying Server-Side Requests #7223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

soupluvr
Copy link

Description

Minor guide.md Addition: Added necessary documentation to redirect server-side requests to an external proxy by setting the environment variable(s) HTTPS_PROXY and/or HTTP_PROXY. Included a link to official Coder documentation.

Issue Link

As this is a very minor fix, I did not create an issue.

Fixes

In the using your own proxy section of guide.md, there is no current documentation about forwarding server-side requests to a reverse proxy, which is often required to make the webapp functional behind your own reverse proxy. This is was my first time reverse proxying a web app, and had trouble finding this documentation until I found it in the FAQ Section of the Coder Docs, which I link to in the documentation for further reading.

This is my first PR, apologies for any mistakes!

Added neccesary documentation to redirect server-side requests to an external proxy by setting the enviornment variable(s) `HTTPS_PROXY` and/or `HTTP_PROXY`. Included a link to [official Coder documentation](https://coder.com/docs/code-server/FAQ#how-do-i-direct-server-side-requests-through-a-proxy).
@soupluvr soupluvr requested a review from a team as a code owner February 23, 2025 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant