Skip to content

Commit

Permalink
test for large comic support
Browse files Browse the repository at this point in the history
  • Loading branch information
drizuid authored Jan 1, 2025
1 parent 82ce91d commit 0d77daf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions calibre-web.subdomain.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ server {

# Feed for Kobo
location /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-Forwarded-Host $http_host;
proxy_set_header X-Scheme $scheme;
proxy_buffer_size 32k;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
}
}

0 comments on commit 0d77daf

Please sign in to comment.