docs: using Coder behind a corporate proxy (#6079)

* docs: using Coder with a corporate proxy

* fix typo
This commit is contained in:
Ben Potter
2023-02-07 15:11:03 +00:00
committed by GitHub
parent 4155b085b7
commit c82e38e2d8
+6
View File
@@ -111,6 +111,12 @@ To restart Coder after applying system changes:
sudo systemctl restart coder
```
## Configuring Coder behind a proxy
To configure Coder behind a corporate proxy, set the environment variables `HTTP_PROXY` and
`HTTPS_PROXY`. Be sure to restart the server. Lowercase values (e.g. `http_proxy`) are also
respected in this case.
## Up Next
- [Get started using Coder](../quickstart.md).