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.
2 parents 7a4d827 + 849dadf commit e1038fdCopy full SHA for e1038fd
1 file changed
kavita.subdomain.conf.sample
@@ -43,4 +43,15 @@ server {
43
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
44
45
}
46
+
47
+ # Needed for OPDS access while using Authelia/ldap
48
+ location ~ (/kavita)?/api {
49
+ include /config/nginx/proxy.conf;
50
+ include /config/nginx/resolver.conf;
51
+ set $upstream_app kavita;
52
+ set $upstream_port 5000;
53
+ set $upstream_proto http;
54
+ proxy_pass $upstream_proto://$upstream_app:$upstream_port;
55
56
+ }
57
0 commit comments