We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae167bb commit ea8f733Copy full SHA for ea8f733
.docker/apache2/conf/apache2.conf
@@ -5,7 +5,7 @@
5
# Uncomment the following line to force Apache to pass the Authorization
6
# header to PHP: required for "basic_auth" under PHP-FPM and FastCGI
7
#
8
- # SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
+ SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
9
10
<FilesMatch \.php$>
11
# when using PHP-FPM as a unix socket
0 commit comments