summaryrefslogtreecommitdiffstats
path: root/php.conf2
diff options
context:
space:
mode:
Diffstat (limited to 'php.conf2')
-rw-r--r--php.conf22
1 files changed, 1 insertions, 1 deletions
diff --git a/php.conf2 b/php.conf2
index fc6de6f..aeed80f 100644
--- a/php.conf2
+++ b/php.conf2
@@ -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>