diff --git a/.docker/apache2/conf/apache2.conf b/.docker/apache2/conf/apache2.conf index fdf3ff9..fc2d9c9 100644 --- a/.docker/apache2/conf/apache2.conf +++ b/.docker/apache2/conf/apache2.conf @@ -5,7 +5,7 @@ # Uncomment the following line to force Apache to pass the Authorization # header to PHP: required for "basic_auth" under PHP-FPM and FastCGI # - # SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 # when using PHP-FPM as a unix socket