diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-07-31 19:22:56 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-07-31 19:22:56 +0100 |
commit | a6aad16ed88517f42db3fd3223e2164cb2209a96 (patch) | |
tree | a198898a69d42d4a42beefae322b5040116343d8 /blog/web/fcgi/php-basic | |
parent | a8d6fb93bcdc1b13a5596c444e4a2bc5bbe3883d (diff) |
Move customisation notes across.
Diffstat (limited to 'blog/web/fcgi/php-basic')
-rwxr-xr-x | blog/web/fcgi/php-basic | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/blog/web/fcgi/php-basic b/blog/web/fcgi/php-basic deleted file mode 100755 index f3034d9e2..000000000 --- a/blog/web/fcgi/php-basic +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -PHP_FCGI_CHILDREN=1 PHPRC=/etc/php5/fcgi exec /usr/bin/php5-cgi - |