summaryrefslogtreecommitdiffstats
path: root/php.conf
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.conf
parent06abef4eb207ad562eba2e8b0be30c782a56af24 (diff)
refresh + support .phar
Diffstat (limited to 'php.conf')
-rw-r--r--php.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.conf b/php.conf
index 38f54ae..d192ccf 100644
--- a/php.conf
+++ b/php.conf
@@ -28,7 +28,7 @@ DirectoryIndex index.php
#
# Cause the PHP interpreter to handle files with a .php extension.
#
- <FilesMatch \.php$>
+ <FilesMatch \.(php|phar)$>
SetHandler application/x-httpd-php
</FilesMatch>