Skip to content
Snippets Groups Projects
Commit fb5ca2fa authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Mention the need of no port in no_proxy

parent c0c52048
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
gitlab_rails['env'] = {
"http_proxy" => "http://<USERNAME>:<PASSWORD>@example.com:8080",
"https_proxy" => "http://<USERNAME>:<PASSWORD>@example.com:8080"
# "no_proxy" => ".yourdomain.com" # Wildcard syntax if you need your internal domain to bypass proxy
# "no_proxy" => ".yourdomain.com" # Wildcard syntax if you need your internal domain to bypass proxy. Do not specify a port.
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment