Enabling PHP with NGINX: Difference between revisions

From XPUB & Lens-Based wiki
(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...")
(No difference)

Revision as of 19:44, 15 March 2021

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