1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

http://box/books etc implemented by calibre.conf ?

This commit is contained in:
A Holt 2017-11-14 12:54:31 -05:00 committed by GitHub
parent 905ab1e71b
commit da1856c75a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,15 @@
ProxyPass /calibre http://localhost:8080
ProxyPassReverse /calibre http://localhost:8080
# 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 }}