Enabling PHP with NGINX

From XPUB & Lens-Based wiki
Revision as of 19: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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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