I followed this guide: https://www.howtoforge.com/tutorial/how-to-install-php-7-on-debian/ I can't seem to locate the INI files for it. When I type ./php --ini in the /opt/php-7.1/bin directory it says NONE. So how would one go about adding something like max_execution_time = 300 ? Do the PHP properties option under the website option actually work with NGINX? Code: root@server1:/opt/php-7.1/bin# ./php --ini Configuration File (php.ini) Path: /opt/php-7.1/lib Loaded Configuration File: /opt/php-7.1/lib/php.ini Scan for additional .ini files in: (none) Additional .ini files parsed: (none) root@server1:/opt/php-7.1/bin# Just this main? /opt/php-7.1/lib/php.ini