mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Calibre Short URL's still not working, so comment them out (except for http://box/calibre in case it's later fixed!)
This commit is contained in:
parent
e22cc3fe03
commit
20ea4fabc1
1 changed files with 10 additions and 10 deletions
|
@ -3,21 +3,21 @@ ProxyPass /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
|||
ProxyPassReverse /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
|
||||
# http://box/books mnemonic for English speakers
|
||||
ProxyPass /books http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /books http://localhost:{{ calibre_port }}
|
||||
#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 }}
|
||||
#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 }}
|
||||
#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 }}
|
||||
#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 }}
|
||||
#ProxyPass /livros http://localhost:{{ calibre_port }}
|
||||
#ProxyPassReverse /livros http://localhost:{{ calibre_port }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue