Equivalent of php_value under Apache + php-fpm -
under apache + php module can set
php_value post_max_size 8m
inside .htaccess.
how can under apache + php-fpm?
i'm using fastcgiexternalserver directive, want keep functionality within .htaccess file (if possible).
thank you!
i've found elegant way it: .user.ini files
it seems .htaccess version php-fpm.
Comments
Post a Comment