1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/calibre/templates/calibre.conf

24 lines
1 KiB
Text
Raw Normal View History

2017-11-14 18:41:34 +00:00
# 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 }}
2017-11-14 18:11:03 +00:00
# http://box/books mnemonic for English speakers
ProxyPass /books http://localhost:{{ calibre_port }}
ProxyPassReverse /books http://localhost:{{ calibre_port }}
# http://box/liv mnemonic for Haitian Creole speakers
ProxyPass /liv http://localhost:{{ calibre_port }}
ProxyPassReverse /liv http://localhost:{{ calibre_port }}
# http://box/libros mnemonic for Spanish speakers
ProxyPass /libros http://localhost:{{ calibre_port }}
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 }}
2017-11-14 18:41:34 +00:00
# http://box/livros mnemonic for Portuguese speakers
ProxyPass /livros http://localhost:{{ calibre_port }}
ProxyPassReverse /livros http://localhost:{{ calibre_port }}