pkgr - implement nginx in ubuntu

This commit is contained in:
André Bauer 2016-10-25 11:15:27 +02:00
parent 798b46f770
commit 2cb8f73e71

View file

@ -21,9 +21,10 @@ targets:
- postgresql
after_install:
- zammad scale web=1 websocket=1 worker=1
- systemctl restart zammad
- /opt/zammad/contrib/nginx/sites-available/zammad.conf /etc/nginx/sites-available/zammad.conf
- ln -s /etc/nginx/sites-available/zammad.conf /etc/nginx/sites-enabled/zammad.conf
- sytemctl nginx restart
- sytemctl restart nginx
before:
- uname -a
- ruby -v