From 20ea4fabc14ce20eea57132f0c8dce938518e0e0 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 27 Aug 2018 21:11:15 -0400 Subject: [PATCH] Calibre Short URL's still not working, so comment them out (except for http://box/calibre in case it's later fixed!) --- roles/calibre/templates/calibre.conf | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 }}