This commit is contained in:
Aleksandr Romanov 2014-10-24 00:36:48 +04:00
parent 3f3c5fe8c8
commit f8f6ddb54c

View File

@ -103,7 +103,7 @@ sed 's/UsePAM yes/UsePAM no/' -i /etc/ssh/sshd_config
sed 's/UsePrivilegeSeparation yes/UsePrivilegeSeparation no/' -i /etc/ssh/sshd_config
echo "UseDNS no" >> /etc/ssh/sshd_config
# move supervisord.log file to /var/log/redmine/supervisor/
# move supervisord.log file to /var/log/gitlab/supervisor/
sed 's|^logfile=.*|logfile=/var/log/gitlab/supervisor/supervisord.log ;|' -i /etc/supervisor/supervisord.conf
# move nginx logs to /var/log/gitlab/nginx