As you may see you'll have a straight config with php+fpm+nginx.
With a scratch compile of the FPM module there's a file called /etc/php-fpm.conf, in this file you may see most common php.ini params, if you'd like to use a php.ini file you can include it (and insert your settings as well) from php-fpm.conf. I have chosen phpfpm because it's the fastest module when you'd like php with a small and light httpd service (nginx is my preferred choice in this tight system). Services:
/etc/init.d/php-fpm
/etc/init.d/nginx
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I looked for php.ini after installing NGINX+PHP container, where it use to be in other distros, but I can not find it at any place.
phpinfo() says that is at /usr/lib but it is not there.
Is there another file that replace it?
As you may see you'll have a straight config with php+fpm+nginx.
With a scratch compile of the FPM module there's a file called /etc/php-fpm.conf, in this file you may see most common php.ini params, if you'd like to use a php.ini file you can include it (and insert your settings as well) from php-fpm.conf. I have chosen phpfpm because it's the fastest module when you'd like php with a small and light httpd service (nginx is my preferred choice in this tight system). Services:
/etc/init.d/php-fpm
/etc/init.d/nginx