Add a fix with user based configuration and Apache / PHP FPM. fix #213
This commit is contained in:
parent
0b210a8237
commit
36f6cced9f
|
@ -13,6 +13,13 @@ DirectoryIndex index.php
|
||||||
#XSendFile On
|
#XSendFile On
|
||||||
#XSendFileAllowAbove on
|
#XSendFileAllowAbove on
|
||||||
|
|
||||||
|
###########################################
|
||||||
|
# If you want to use user based configuration with
|
||||||
|
# apache 2.4 + php-fpm enable this
|
||||||
|
# https://github.com/seblucas/cops/issues/213
|
||||||
|
###########################################
|
||||||
|
#SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
|
||||||
|
|
||||||
###########################################
|
###########################################
|
||||||
# On WAMP one user had to add this line in his httpd.conf
|
# On WAMP one user had to add this line in his httpd.conf
|
||||||
# None of the abose was working
|
# None of the abose was working
|
||||||
|
|
Loading…
Reference in a new issue