Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4155b08 commit c82e38eCopy full SHA for c82e38e
docs/admin/configure.md
@@ -111,6 +111,12 @@ To restart Coder after applying system changes:
111
sudo systemctl restart coder
112
```
113
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
120
## Up Next
121
122
- [Get started using Coder](../quickstart.md).
0 commit comments