Skip to content

Commit c82e38e

Browse files
authored
docs: using Coder behind a corporate proxy (#6079)
* docs: using Coder with a corporate proxy * fix typo
1 parent 4155b08 commit c82e38e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/admin/configure.md

+6
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ To restart Coder after applying system changes:
111111
sudo systemctl restart coder
112112
```
113113

114+
## Configuring Coder behind a proxy
115+
116+
To configure Coder behind a corporate proxy, set the environment variables `HTTP_PROXY` and
117+
`HTTPS_PROXY`. Be sure to restart the server. Lowercase values (e.g. `http_proxy`) are also
118+
respected in this case.
119+
114120
## Up Next
115121

116122
- [Get started using Coder](../quickstart.md).

0 commit comments

Comments
 (0)