Skip to content

Commit

Permalink
for subfolder too... i guess they exist
Browse files Browse the repository at this point in the history
  • Loading branch information
drizuid authored Jan 1, 2025
1 parent 0d77daf commit b852188
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions calibre-web.subfolder.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ location ^~ /calibre-web/opds/ {

# Feed for Kobo
location ^~ /calibre-web/kobo/ {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app calibre-web;
set $upstream_port 8083;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Script-Name /calibre-web;
proxy_buffer_size 32k;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
}

0 comments on commit b852188

Please sign in to comment.