Enabling PHP with NGINX
Revision as of 18:44, 15 March 2021 by Michael Murtaugh (talk | contribs) (Created page with "Based in part on [https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mariadb-php-lemp-stack-on-debian-10 this tutorial] for a full "LEMP" stack -- thi...")
Based in part on this tutorial for a full "LEMP" stack -- this is just PHP for NGINX without MYSQL.
sudo apt install php-fpm
if necessary...
sudo apt install nginx