ajout let's encrypt pour Nginx

This commit is contained in:
Jérémy Lecour 2020-11-03 13:46:50 +01:00 committed by Jérémy Lecour
parent 0233bffd50
commit a01e2052ce
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ server {
server_name _;
root /var/www/81;
index index.html;
# include /etc/nginx/snippets/letsencrypt.conf;
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.

View File

@ -3,6 +3,7 @@ server {
server_name _;
root /var/www/82;
index index.html;
# include /etc/nginx/snippets/letsencrypt.conf;
location / {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.