mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update calibre.conf
This commit is contained in:
parent
8a24e0c65d
commit
8e3d2357b3
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
# http://box/XYZ mnemonic if properly set within /opt/iiab/iiab/vars/local_vars.yml
|
||||
ProxyPass /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
|
||||
|
@ -16,3 +17,7 @@ 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 }}
|
||||
|
||||
# http://box/livros mnemonic for Portuguese speakers
|
||||
ProxyPass /livros http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /livros http://localhost:{{ calibre_port }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue