mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge branch 'gramakri-nginx_config', closes #49
This commit is contained in:
commit
2c3656a9f4
@ -86,7 +86,8 @@ chmod +x /etc/init.d/gitlab
|
||||
# install logrotate configuration
|
||||
cp lib/support/logrotate/gitlab /etc/logrotate.d/gitlab
|
||||
|
||||
# copy nginx configuration
|
||||
# disable default nginx configuration and enable gitlab's nginx configuration
|
||||
rm -f /etc/nginx/sites-enabled/default
|
||||
ln -s /etc/nginx/sites-available/gitlab /etc/nginx/sites-enabled/gitlab
|
||||
|
||||
# configure supervisord to start nginx
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user