Skip to content

Commit f974a01

Browse files
committed
change localhost to 127.0.0.1
1 parent 32f5332 commit f974a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/runtime/config/gitlab-shell/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ user: git
1313
# only listen on a Unix domain socket. For Unix domain sockets use
1414
# "http+unix://<urlquoted-path-to-socket>", e.g.
1515
# "http+unix://%2Fpath%2Fto%2Fsocket"
16-
gitlab_url: "http://localhost:8080{{GITLAB_RELATIVE_URL_ROOT}}"
16+
gitlab_url: "http://127.0.0.1:8080{{GITLAB_RELATIVE_URL_ROOT}}"
1717

1818
# See installation.md#using-https for additional HTTPS configuration details.
1919
http_settings:

0 commit comments

Comments
 (0)