diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/php/files/php-fastcgi.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/php/files/php-fastcgi.postinst b/package/php/files/php-fastcgi.postinst index 4497d75d1..82fd22534 100644 --- a/package/php/files/php-fastcgi.postinst +++ b/package/php/files/php-fastcgi.postinst @@ -1,4 +1,4 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh add_rcconf php php NO -add_rcconf php_flags php_flags "-b 1026" +add_rcconf php_flags php_flags "-b 2000" |