diff --git a/roles/calibre/templates/calibre.conf b/roles/calibre/templates/calibre.conf index 5f5317268..cf82bcde8 100644 --- a/roles/calibre/templates/calibre.conf +++ b/roles/calibre/templates/calibre.conf @@ -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 }}