Files
gitlab-recipes/web-server/nginx
2013-07-31 14:59:21 +03:00
..
2013-07-31 14:59:21 +03:00
2013-07-31 14:59:21 +03: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 nginx user with gitlab in group root.

    In /etc/nginx/nginx.conf:

    #user              nginx;
    user              gitlab root;