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 1f39dca commit 76aaf57Copy full SHA for 76aaf57
assets/runtime/config/nginx/gitlab-ssl
@@ -21,7 +21,7 @@
21
## See installation.md#using-https for additional HTTPS configuration details.
22
23
upstream gitlab-workhorse {
24
- server localhost:8181 fail_timeout=0;
+ server 127.0.0.1:8181 fail_timeout=0;
25
}
26
27
map $http_upgrade $connection_upgrade_gitlab_ssl {
0 commit comments