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)
Comments
hi, a possibility to add ispconfig3? thx
See here: https://www.howtoforge.com/tutorial/perfect-server-debian-9-nginx-bind-dovecot-ispconfig-3.1/
And then, how to install phpmyadmin on debian 9 with nginx?
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".
Worked perfectly for me, many thanks