meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git:gitlab [2020/07/09 08:55] niziakgit:gitlab [2021/12/10 10:45] (current) niziak
Line 5: Line 5:
 Configure Gitlab's web server: [[https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md]] \\ Configure Gitlab's web server: [[https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md]] \\
  
-<code bash> 
-gitlab-ctl stop 
-gitlab-ctl start 
-</code> 
  
 Get installed version info Get installed version info
Line 33: Line 29:
 sudo gitlab-ctl hup nginx sudo gitlab-ctl hup nginx
 </code> </code>
 +
 +===== Start / stop / enable / disable =====
 +
 +<code bash>
 +gitlab-ctl stop
 +gitlab-ctl start
 +
 +systemctl disable gitlab-runsvdir.service
 +systemctl enable gitlab-runsvdir.service
 +</code>
 +
 +
 +
  
 ===== Configuration ===== ===== Configuration =====