mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #517 from holta/master
roles/calibre/templates/calibre.conf legacy change from 8010 to 8080 ?
This commit is contained in:
commit
311b6e3a0c
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Get Calibre setup file
|
||||
- name: Get Calibre setup file (CentOS)
|
||||
# the installer works for intel fedora, and Centos, and deals with dependencies
|
||||
get_url:
|
||||
url="{{ calibre_src_url }}"
|
||||
|
@ -32,7 +32,7 @@
|
|||
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
|
||||
when: calibre_install
|
||||
|
||||
- name: Create the link for sites-enabled
|
||||
- name: Create the link for sites-enabled (debuntu)
|
||||
file: src=/etc/apache2/sites-available/calibre.conf
|
||||
dest=/etc/apache2/sites-enabled/calibre.conf
|
||||
state=link
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ProxyPass /calibre http://localhost:8010
|
||||
ProxyPassReverse /calibre http://localhost:8010
|
||||
ProxyPass /calibre http://localhost:8080
|
||||
ProxyPassReverse /calibre http://localhost:8080
|
||||
|
|
Loading…
Reference in a new issue