diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-30 14:24:43 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-30 14:24:43 +0200 |
commit | 09fae90af57bf8f1e871e38ff8dec2617d5bcc0b (patch) | |
tree | 30557cf24f115a158de538cef6c263cc8c4d2edf /php.conf2 | |
parent | 06c971cfe8feb59e370616ff83cb47c9327e35a6 (diff) |
PHP 5.6.14
Diffstat (limited to 'php.conf2')
-rw-r--r-- | php.conf2 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ # Redirect to local php-fpm if mod_php is not available <IfModule !mod_php5.c> + # Enable http authorization headers + SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 + <FilesMatch \.php$> SetHandler "proxy:fcgi://127.0.0.1:9000" </FilesMatch> |