Skip to content

Commit 7336e04

Browse files
committed
change localhost to 127.0.0.1
1 parent 6ce37d8 commit 7336e04

File tree

1 file changed

+1
-1
lines changed
  • assets/runtime/config/nginx

1 file changed

+1
-1
lines changed

assets/runtime/config/nginx/gitlab

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

1919
upstream gitlab-workhorse {
20-
server localhost:8181 fail_timeout=0;
20+
server 127.0.0.1:8181 fail_timeout=0;
2121
}
2222

2323
map $http_upgrade $connection_upgrade_gitlab {

0 commit comments

Comments
 (0)