summaryrefslogtreecommitdiffstats
path: root/php/php.conf2
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-02 17:45:01 +0200
commit03d502e571b375ffd276b192ecd5128306ab3ef1 (patch)
tree2d0ddcacaecc662ee5dd362a0120cecaaa754fbc /php/php.conf2
parent2f81cc3673b7f31e71f40dc47c9242c4ea410869 (diff)
reorg repo
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>