mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
Initial commit of new structure
This commit is contained in:
0
install/archlinux/README.md
Normal file
0
install/archlinux/README.md
Normal file
0
install/debian/README.md
Normal file
0
install/debian/README.md
Normal file
0
install/fedora/README.md
Normal file
0
install/fedora/README.md
Normal file
0
install/gentoo/README.md
Normal file
0
install/gentoo/README.md
Normal file
@@ -1,9 +0,0 @@
|
||||
# CentOS related Nginx notes
|
||||
|
||||
If nginx installed through package manager, adjust sites in conf.d instead of sites-enabled.
|
||||
|
||||
Set user gitlab in group root for user in nginx.conf:
|
||||
|
||||
#user nginx;
|
||||
user gitlab root;
|
||||
|
||||
10
web-server/nginx/README.md
Normal file
10
web-server/nginx/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# CentOS related Nginx notes
|
||||
|
||||
* If nginx is installed through the package manager, adjust sites in conf.d instead of sites-enabled.
|
||||
|
||||
* Replace the default `nginx` user with `gitlab` in group `root`.
|
||||
|
||||
In `/etc/nginx/nginx.conf`:
|
||||
|
||||
#user nginx;
|
||||
user gitlab root;
|
||||
Reference in New Issue
Block a user