We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050574b commit d320762Copy full SHA for d320762
calibre-web.subdomain.conf.sample
@@ -62,18 +62,4 @@ server {
62
proxy_set_header X-Scheme $scheme;
63
}
64
65
- # For kobo e-reader sync support
66
- # you will need to bypass ^/kobo.* in authentik or authelia if they are used.
67
- location /kobo {
68
- include /config/nginx/proxy.conf;
69
- include /config/nginx/resolver.conf;
70
- set $upstream_app calibre-web;
71
- set $upstream_port 8083;
72
- set $upstream_proto http;
73
- proxy_pass $upstream_proto://$upstream_app:$upstream_port;
74
- proxy_set_header X-Scheme $scheme;
75
- proxy_buffers 4 256k;
76
- proxy_busy_buffers_size 256k;
77
- proxy_buffer_size 128k;
78
- }
79
0 commit comments