Skip to content

Commit ea8f733

Browse files
#32 Uncomment SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 directive on apache2 to allow launch process via http request
1 parent ae167bb commit ea8f733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker/apache2/conf/apache2.conf

+1-1
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)