diff options
Diffstat (limited to 'php.conf2')
-rw-r--r-- | php.conf2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # Enable http authorization headers SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 - <FilesMatch \.php$> + <FilesMatch \.(php|phar)$> SetHandler "proxy:fcgi://127.0.0.1:9000" </FilesMatch> </IfModule> |