mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 21:11:31 -07:00
support kobo
Signed-off-by: Joseph Harry <findarato@gmail.com>
This commit is contained in:
parent
efc21eabc1
commit
0a2c15a08e
1 changed files with 12 additions and 0 deletions
|
@ -62,8 +62,14 @@ server {
|
||||||
proxy_set_header X-Scheme $scheme;
|
proxy_set_header X-Scheme $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
# Feed for Kobo
|
# Feed for Kobo
|
||||||
location /kobo/ {
|
location /kobo/ {
|
||||||
|
=======
|
||||||
|
# For kobo e-reader sync support
|
||||||
|
# you will need to bypass ^/kobo.* in authentik or authelia if they are used.
|
||||||
|
location /kobo {
|
||||||
|
>>>>>>> 92248c0 (support kobo)
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app calibre-web;
|
set $upstream_app calibre-web;
|
||||||
|
@ -71,6 +77,12 @@ server {
|
||||||
set $upstream_proto http;
|
set $upstream_proto http;
|
||||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||||
proxy_set_header X-Scheme $scheme;
|
proxy_set_header X-Scheme $scheme;
|
||||||
|
<<<<<<< HEAD
|
||||||
proxy_buffer_size 32k;
|
proxy_buffer_size 32k;
|
||||||
|
=======
|
||||||
|
proxy_buffers 4 256k;
|
||||||
|
proxy_busy_buffers_size 256k;
|
||||||
|
proxy_buffer_size 128k;
|
||||||
|
>>>>>>> 92248c0 (support kobo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue