From 798b46f770f011c3af2e4047edc772506f0ac4a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 25 Oct 2016 11:14:01 +0200 Subject: [PATCH] pkgr - implement nginx in ubuntu --- .pkgr.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.pkgr.yml b/.pkgr.yml index 53dd1d5b0..13f8fd924 100644 --- a/.pkgr.yml +++ b/.pkgr.yml @@ -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