1
0
Fork 0
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:
Jerry Vonau 2019-11-20 15:41:36 -06:00
parent b044282e77
commit 6eee0b353b

View file

@ -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: