mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
245 B
245 B
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;