2018-08-28 01:52:46 +00:00
|
|
|
# http://box/XYZ mnemonic set for box/calibre within roles/calibre/defaults/main.yml for now [FAILS AS OF 2018-08-27]
|
2017-11-14 17:58:51 +00:00
|
|
|
ProxyPass /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
|
|
|
ProxyPassReverse /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
2017-11-14 18:11:03 +00:00
|
|
|
|
2017-11-14 17:54:31 +00:00
|
|
|
# http://box/books mnemonic for English speakers
|
2018-08-28 01:11:15 +00:00
|
|
|
#ProxyPass /books http://localhost:{{ calibre_port }}
|
|
|
|
#ProxyPassReverse /books http://localhost:{{ calibre_port }}
|
2017-11-14 17:54:31 +00:00
|
|
|
|
|
|
|
# http://box/liv mnemonic for Haitian Creole speakers
|
2018-08-28 01:11:15 +00:00
|
|
|
#ProxyPass /liv http://localhost:{{ calibre_port }}
|
|
|
|
#ProxyPassReverse /liv http://localhost:{{ calibre_port }}
|
2017-11-14 17:54:31 +00:00
|
|
|
|
|
|
|
# http://box/libros mnemonic for Spanish speakers
|
2018-08-28 01:11:15 +00:00
|
|
|
#ProxyPass /libros http://localhost:{{ calibre_port }}
|
|
|
|
#ProxyPassReverse /libros http://localhost:{{ calibre_port }}
|
2017-11-14 17:54:31 +00:00
|
|
|
|
|
|
|
# http://box/livres mnemonic for French speakers
|
2018-08-28 01:11:15 +00:00
|
|
|
#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
|
2018-08-28 01:11:15 +00:00
|
|
|
#ProxyPass /livros http://localhost:{{ calibre_port }}
|
|
|
|
#ProxyPassReverse /livros http://localhost:{{ calibre_port }}
|