This commit is contained in:
Constantin Wildförster
2020-08-11 13:27:13 +02:00
committed by Niclas Mietz
parent dc698f8456
commit 740677fe34
2 changed files with 3 additions and 2 deletions

View File

@ -94,5 +94,5 @@ dir = "{{GITLAB_SHELL_INSTALL_DIR}}"
[gitlab]
secret_file = "/home/git/gitlab-shell/.gitlab_shell_secret"
url = "http://localhost:8181"
url = "http://localhost:8181{{GITLAB_RELATIVE_URL_ROOT}}"

View File

@ -240,7 +240,8 @@ gitlab_configure_gitaly() {
GITLAB_GITALY_INSTALL_DIR \
GITLAB_LOG_DIR \
GITLAB_REPOS_DIR \
GITLAB_SHELL_INSTALL_DIR
GITLAB_SHELL_INSTALL_DIR \
GITLAB_RELATIVE_URL_ROOT
update_template ${GITLAB_CONFIG} \
GITALY_CLIENT_PATH \