mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
RFC softcode calibre_web_path - correct calibre_port
This commit is contained in:
parent
8e2db89456
commit
a4dee44702
4 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
calibre_port: 8080
|
||||
calibre_web_path: /calibre
|
||||
calibre_dbpath: "/library/calibre"
|
||||
calibre_src_url: "https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
ProxyPass /calibre http://localhost:8080
|
||||
ProxyPassReverse /calibre http://localhost:8080
|
||||
ProxyPass /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
ProxyPassReverse /{{ calibre_web_path }} http://localhost:{{ calibre_port }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue