mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-04-23 03:00:32 -04:00
CentOS related Nginx notes
-
If nginx is installed through the package manager, adjust sites in conf.d instead of sites-enabled.
-
Replace the default
nginxuser withgitlabin grouproot.In
/etc/nginx/nginx.conf:#user nginx; user gitlab root;