Skip to content

Commit deb9481

Browse files
axilleasJames Edwards-Jones
authored and
James Edwards-Jones
committed
Add missing variables for gitlab-pages
[ci skip]
1 parent 4b45f28 commit deb9481

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/support/init.d/gitlab

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse 2> /dev/null && pwd)
4242
gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid"
4343
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"
4444
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"
4550
shell_path="/bin/bash"
4651

4752
# Read configuration variable file if it is present

0 commit comments

Comments
 (0)