Commit 4cc7d4a2 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #603 in ZP/z-push from bugfix/ZP-1162-create-a-nginx-config-package to develop

* commit '20954bb2':
  ZP-1162 Added missing mkdir for nginx package.
parents 9eeb0e45 20954bb2
......@@ -416,6 +416,7 @@ cp man/*.1 "$b/%_mandir/man1"
%endif
%post -n %name-config-nginx
mkdir -p "%_sysconfdir/nginx/sites-enabled/"
ln -s "%_sysconfdir/nginx/sites-available/z-push.conf" "%_sysconfdir/nginx/sites-enabled/"
service nginx reload
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment