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)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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