Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
deb9481e
Commit
deb9481e
authored
Feb 21, 2016
by
Achilleas Pipinellis
Committed by
James Edwards-Jones
Jan 31, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing variables for gitlab-pages
[ci skip]
parent
4b45f284
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lib/support/init.d/gitlab
lib/support/init.d/gitlab
+5
-0
No files found.
lib/support/init.d/gitlab
View file @
deb9481e
...
...
@@ -42,6 +42,11 @@ gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse 2> /dev/null && pwd)
gitlab_workhorse_pid_path
=
"
$pid_path
/gitlab-workhorse.pid"
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"
gitlab_workhorse_log
=
"
$app_root
/log/gitlab-workhorse.log"
gitlab_pages_enabled
=
false
gitlab_pages_dir
=
$(
cd
$app_root
/../gitlab-pages 2> /dev/null
&&
pwd
)
gitlab_pages_pid_path
=
"
$pid_path
/gitlab-pages.pid"
gitlab_pages_options
=
"-pages-domain example.com -pages-root
$app_root
/shared/pages -listen-proxy 127.0.0.1:8090"
gitlab_pages_log
=
"
$app_root
/log/gitlab-pages.log"
shell_path
=
"/bin/bash"
# Read configuration variable file if it is present
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment