Skip to content

Commit 32f5332

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

File tree

1 file changed

+1
-1
lines changed
  • assets/runtime/config/gitlab-pages

1 file changed

+1
-1
lines changed

assets/runtime/config/gitlab-pages/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ auth-redirect-uri={{GITLAB_PAGES_ACCESS_REDIRECT_URI}}
44
auth-secret={{GITLAB_PAGES_ACCESS_SECRET}}
55
gitlab-server={{GITLAB_PAGES_ACCESS_CONTROL_SERVER}}
66
artifacts-server={{GITLAB_PAGES_ARTIFACTS_SERVER_URL}}
7-
internal-gitlab-server=http://localhost:8181
7+
internal-gitlab-server=http://127.0.0.1:8181
88
api-secret-key={{GITLAB_INSTALL_DIR}}/.gitlab_pages_secret

0 commit comments

Comments
 (0)