2017年9月

反代Calibre-web,域名地址访问

  1. apache启用proxy proxy_http headers等模块

    sudo a2mod proxy proxy_http headers
  2. apache配置文件,site-enabled中增加反代配置

     <Location "/calibre-web" >
         RequestHeader set X-SCRIPT-NAME /calibre-web
         RequestHeader set X-SCHEME https
         ProxyPass http://localhost:8083/
         ProxyPassReverse http://localhost:8083/
     \</Location>

前一段tk的网站一直故障,今天试了一下终于恢复正常了,把域名转过来。
通过Let's Encrypt把https搞好了。

在这个vps上增加了calibre-web这个电子书站点,电子书文件与本地通过owncloud同步。calibre-web需要用ip:8083的格式访问,暂时没搞明白如何转到域名上去。
calibre-web.png