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 32f5332 commit f974a01Copy full SHA for f974a01
assets/runtime/config/gitlab-shell/config.yml
@@ -13,7 +13,7 @@ user: git
13
# only listen on a Unix domain socket. For Unix domain sockets use
14
# "http+unix://<urlquoted-path-to-socket>", e.g.
15
# "http+unix://%2Fpath%2Fto%2Fsocket"
16
-gitlab_url: "http://localhost:8080{{GITLAB_RELATIVE_URL_ROOT}}"
+gitlab_url: "http://127.0.0.1:8080{{GITLAB_RELATIVE_URL_ROOT}}"
17
18
# See installation.md#using-https for additional HTTPS configuration details.
19
http_settings:
0 commit comments