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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -