File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse 2> /dev/null && pwd)
42
42
gitlab_workhorse_pid_path=" $pid_path /gitlab-workhorse.pid"
43
43
gitlab_workhorse_options=" -listenUmask 0 -listenNetwork unix -listenAddr $socket_path /gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket $rails_socket -documentRoot $app_root /public"
44
44
gitlab_workhorse_log=" $app_root /log/gitlab-workhorse.log"
45
+ gitlab_pages_enabled=false
46
+ gitlab_pages_dir=$( cd $app_root /../gitlab-pages 2> /dev/null && pwd)
47
+ gitlab_pages_pid_path=" $pid_path /gitlab-pages.pid"
48
+ gitlab_pages_options=" -pages-domain example.com -pages-root $app_root /shared/pages -listen-proxy 127.0.0.1:8090"
49
+ gitlab_pages_log=" $app_root /log/gitlab-pages.log"
45
50
shell_path=" /bin/bash"
46
51
47
52
# Read configuration variable file if it is present
You can’t perform that action at this time.
0 commit comments