mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
only_nginx - use file for calibre-web
This commit is contained in:
parent
b044282e77
commit
6eee0b353b
1 changed files with 4 additions and 2 deletions
|
@ -88,8 +88,10 @@
|
|||
state: absent
|
||||
when: not kolibri_enabled | bool
|
||||
|
||||
- name: Disable /etc/apache2/sites-enabled/calibre-web.conf
|
||||
command: a2dissite calibre-web.conf
|
||||
- name: Remove symlink /etc/apache2/sites-enabled/calibre-web.conf
|
||||
file:
|
||||
path: /etc/apache2/sites-enabled/calibre-web.conf
|
||||
state: absent
|
||||
|
||||
- name: Install /etc/nginx/conf.d/calibre-web-nginx.conf
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue