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 6ce37d8 commit 7336e04Copy full SHA for 7336e04
assets/runtime/config/nginx/gitlab
@@ -17,7 +17,7 @@
17
## See installation.md#using-https for additional HTTPS configuration details.
18
19
upstream gitlab-workhorse {
20
- server localhost:8181 fail_timeout=0;
+ server 127.0.0.1:8181 fail_timeout=0;
21
}
22
23
map $http_upgrade $connection_upgrade_gitlab {
0 commit comments