summaryrefslogtreecommitdiffstats
path: root/php.conf2
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-06 08:44:48 +0200
committerRemi Collet <remi@remirepo.net>2017-05-06 08:44:48 +0200
commit149d4371492782247ce188ce32e3411ce9b262c3 (patch)
treecbf18b6aa902a210d283991a5351405ad364d769 /php.conf2
parent06abef4eb207ad562eba2e8b0be30c782a56af24 (diff)
refresh + support .phar
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>