Comments on How to Install Nginx with PHP + MySQL (LEMP) on Debian 9

This tutorial shows the installation of a Nginx web server on Debian 9 together with MySQL or MariaDB as database, PHP 7 and free Let's encrypt SSL certificate. Nginx web server is known for its stability, rich feature set, simple configuration, and low resource consumption.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: helios842000

hi, a possibility to add ispconfig3? thx

By: till

See here: https://www.howtoforge.com/tutorial/perfect-server-debian-9-nginx-bind-dovecot-ispconfig-3.1/

By: Habib

And then, how to install phpmyadmin on debian 9 with nginx?

By: Darin Peterson

This did not work on my installation today, 2018-05-03:

    certbot certonly --webroot -d example.com -d www.example.com

I located a post that provided an updated challenge command:

    sudo certbot --authenticator webroot --installer nginx

The command above worked correctly, and created certificates for all items listed for "server_name".

By: Phil

Worked perfectly for me, many thanks