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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -