Properly handled http headers for subsonic API. ref #119
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ acousticbrainz-api-url = "https://acousticbrainz.org/api/v1/";
|
||||
# Authentication
|
||||
# Available backends: "internal", "PAM", "http-headers"
|
||||
authentication-backend = "internal";
|
||||
http-headers-user-field = "X-Forwarded-User";
|
||||
http-headers-login-field = "X-Forwarded-User";
|
||||
|
||||
# Max entries in the login throttler (1 entry per IP address. For IPv6, the whole /64 block is used)
|
||||
login-throttler-max-entries = 10000;
|
||||
|
||||
Reference in New Issue
Block a user