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