mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
undo driz-mistake merge
This commit is contained in:
parent
050574b95b
commit
d320762625
1 changed files with 0 additions and 14 deletions
|
@ -62,18 +62,4 @@ server {
|
|||
proxy_set_header X-Scheme $scheme;
|
||||
}
|
||||
|
||||
# For kobo e-reader sync support
|
||||
# you will need to bypass ^/kobo.* in authentik or authelia if they are used.
|
||||
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-Scheme $scheme;
|
||||
proxy_buffers 4 256k;
|
||||
proxy_busy_buffers_size 256k;
|
||||
proxy_buffer_size 128k;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue