pkgr - implement nginx in ubuntu

This commit is contained in:
André Bauer 2016-10-25 11:14:01 +02:00
parent 5884ea4550
commit 798b46f770

View file

@ -19,6 +19,11 @@ targets:
dependencies:
- nginx
- postgresql
after_install:
- zammad scale web=1 websocket=1 worker=1
- /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
before:
- uname -a
- ruby -v
@ -36,7 +41,4 @@ env:
services:
- postgres
after_install:
- zammad scale web=1 websocket=1 worker=1
notifications: false