Ubuntu – AWS EC2 instance does not start the nginx service after reboot
I have a Laravel application running on AWS EC2. I was having an issue with upload_max_filesize and wanted to increase it from the default 2M to 6M. As per php_info(), the php.ini file being used is /etc/php/8.1/fpm/php.ini And I changed…