https://github.com/FreshRSS/FreshRSS/issues/2233
@@ -1,5 +1,5 @@
<IfModule mod_setenvif.c>
- SetEnvIf "^Authorization$" "(.*)" HTTP_AUTHORIZATION=$1
+ SetEnvIfNoCase "^Authorization$" "(.*)" HTTP_AUTHORIZATION=$1
</IfModule>
<IfModule !mod_setenvif.c>
<IfModule mod_rewrite.c>