1
0
Fork 0
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:
A Holt 2017-11-13 20:09:19 -05:00 committed by GitHub
commit 311b6e3a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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 # the installer works for intel fedora, and Centos, and deals with dependencies
get_url: get_url:
url="{{ calibre_src_url }}" url="{{ calibre_src_url }}"
@ -32,7 +32,7 @@
- { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'} - { src: 'calibre.conf', dest: '/etc/{{ apache_config_dir }}', mode: '0644'}
when: calibre_install 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 file: src=/etc/apache2/sites-available/calibre.conf
dest=/etc/apache2/sites-enabled/calibre.conf dest=/etc/apache2/sites-enabled/calibre.conf
state=link state=link

View file

@ -1,2 +1,2 @@
ProxyPass /calibre http://localhost:8010 ProxyPass /calibre http://localhost:8080
ProxyPassReverse /calibre http://localhost:8010 ProxyPassReverse /calibre http://localhost:8080