summaryrefslogtreecommitdiffstats
path: root/php/php.conf2
diff options
context:
space:
mode:
Diffstat (limited to 'php/php.conf2')
-rw-r--r--php/php.conf27
1 files changed, 0 insertions, 7 deletions
diff --git a/php/php.conf2 b/php/php.conf2
deleted file mode 100644
index 458f81a..0000000
--- a/php/php.conf2
+++ /dev/null
@@ -1,7 +0,0 @@
-
-# Redirect to local php-fpm if mod_php is not available
-<IfModule !mod_php5.c>
- <FilesMatch \.php$>
- SetHandler "proxy:fcgi://127.0.0.1:9000"
- </FilesMatch>
-</IfModule>