summaryrefslogtreecommitdiffstats
path: root/php.conf
diff options
context:
space:
mode:
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>