Skip to content

Commit 76aaf57

Browse files
committed
change localhost to 127.0.0.1
1 parent 1f39dca commit 76aaf57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/config/nginx/gitlab-ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
## See installation.md#using-https for additional HTTPS configuration details.
2222

2323
upstream gitlab-workhorse {
24-
server localhost:8181 fail_timeout=0;
24+
server 127.0.0.1:8181 fail_timeout=0;
2525
}
2626

2727
map $http_upgrade $connection_upgrade_gitlab_ssl {

0 commit comments

Comments
 (0)