Initial commit of new structure

This commit is contained in:
Axilleas Pipinellis
2013-07-31 14:59:21 +03:00
parent 33e4e2fed1
commit 75bcb79ca6
15 changed files with 10 additions and 9 deletions

View File

0
install/debian/README.md Normal file
View File

0
install/fedora/README.md Normal file
View File

0
install/gentoo/README.md Normal file
View File

View 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;

View 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;