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