1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update calibre.conf

This commit is contained in:
A Holt 2017-11-14 13:41:34 -05:00 committed by GitHub
parent 8a24e0c65d
commit 8e3d2357b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
# http://box/XYZ mnemonic if properly set within /opt/iiab/iiab/vars/local_vars.yml
ProxyPass /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
ProxyPassReverse /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
@ -16,3 +17,7 @@ ProxyPassReverse /libros http://localhost:{{ calibre_port }}
# http://box/livres mnemonic for French speakers
ProxyPass /livres http://localhost:{{ calibre_port }}
ProxyPassReverse /livres http://localhost:{{ calibre_port }}
# http://box/livros mnemonic for Portuguese speakers
ProxyPass /livros http://localhost:{{ calibre_port }}
ProxyPassReverse /livros http://localhost:{{ calibre_port }}