==== Supervisor Conf ==== cat > /etc/supervisor/conf.d/phpenv.conf < Check sample [[MSMTP]] configuration to enable sendmail(). ==== Nginx Integration ==== cat > /etc/nginx/conf.d/php.conf < Then in each PHP site: location ~ \.php?$ { include uwsgi_params; uwsgi_modifier1 14; uwsgi_pass php; }