Comments on Installing Nginx with PHP (as PHP-FPM) and MariaDB (LEMP) on Debian 8
This tutorial will show you the installation of the Nginx web server on Debian 8. Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. The setup includes PHP and MariaDB and is ready to use its as hosting system for CMS systems like Wordpress, Joomla, Drupal etc.
6 Comment(s)
Comments
Hi, could you explain the reasonable keepalive_timeout? Thanks
Hi,
Thanks for this tutorial.
Why do you advise to set "cgi.fix_pathinfo=0:" where package instructions explicitly state: "...Default is 1. You should fix your scripts to use SCRIPT_FILENAME rather than PATH_TRANSLATED. ..." ?
Bénoît
Because this setting ensures that hosted websites will work correctly. But leave it at the default and fix the code of your websites when they fail, if you prefer that.
Thanks for your effort. But so far this tutorial does not work. My browser tries to download the info.php instead of opening it.
For installin nano
you can use the command
# yum install nano
PHP 5... how old is this article?