mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
http://box/books etc implemented by calibre.conf ?
This commit is contained in:
parent
905ab1e71b
commit
da1856c75a
1 changed files with 15 additions and 2 deletions
|
@ -1,2 +1,15 @@
|
||||||
ProxyPass /calibre http://localhost:8080
|
# http://box/books mnemonic for English speakers
|
||||||
ProxyPassReverse /calibre http://localhost:8080
|
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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue