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:
parent
d213353c53
commit
9cd6e0bf8c
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue