1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-04-23 03:03:16 +00:00

Updated Setup Reverse Proxy (markdown)

noooz 2019-09-17 13:24:51 +02:00
parent 5b6518fe0c
commit 213ee06e15

@ -47,7 +47,7 @@ Listen 443
RequestHeader set X-SCHEME https
ProxyPass http://localhost:8083/
ProxyPassReverse http://localhost:8083/
ProxyPassReverseCookiePath "/" "/calibre-web/"
ProxyPassReverseCookiePath / /calibre-web/
</Location>
</VirtualHost>
```