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:
parent
905ab1e71b
commit
da1856c75a
1 changed files with 15 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue