Skip to content

Commit 28b5ced

Browse files
Merge pull request #33 from cleverage/32
#32 Uncomment SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATIO…
2 parents ae167bb + ea8f733 commit 28b5ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/apache2/conf/apache2.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Uncomment the following line to force Apache to pass the Authorization
66
# header to PHP: required for "basic_auth" under PHP-FPM and FastCGI
77
#
8-
# SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
8+
SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
99

1010
<FilesMatch \.php$>
1111
# when using PHP-FPM as a unix socket

0 commit comments

Comments
 (0)