1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

script needs nginx to pick up nginx.conf file, so restart nginx

This commit is contained in:
George Hunt 2019-10-16 16:41:12 +01:00 committed by Jerry Vonau
parent d213353c53
commit 9cd6e0bf8c

View file

@ -111,6 +111,12 @@
state: restarted
when: calibreweb_enabled | bool
- name: Restart nginx systemd service
systemd:
name: nginx
state: restarted
when: calibreweb_enabled | bool
# Default: http://box/books
# SEE ALSO: https://github.com/janeczku/calibre-web/wiki/Setup-Reverse-Proxy
- name: Enable http://box{{ calibreweb_url1 }}, http://box{{ calibreweb_url2 }}, http://box{{ calibreweb_url3 }} with Apache