mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge branch 'bboehmke-robots_path_fix'
This commit is contained in:
commit
d1fcc8c0ae
@ -867,7 +867,7 @@ install_configuration_templates() {
|
||||
|
||||
# custom user specified robots.txt
|
||||
if [[ -f ${GITLAB_ROBOTS_PATH} ]]; then
|
||||
exec_as_git ${GITLAB_ROBOTS_PATH} ${GITLAB_INSTALL_DIR}/public/robots.txt
|
||||
exec_as_git cp ${GITLAB_ROBOTS_PATH} ${GITLAB_INSTALL_DIR}/public/robots.txt
|
||||
fi
|
||||
|
||||
## /etc/nginx/sites-enabled/gitlab
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user