From a01e2052ce446031b6ebd4135de1bbfef5d1a027 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 3 Nov 2020 13:46:50 +0100 Subject: [PATCH] ajout let's encrypt pour Nginx --- vhost-81.conf | 1 + vhost-82.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/vhost-81.conf b/vhost-81.conf index 0105c2d..ff885ed 100644 --- a/vhost-81.conf +++ b/vhost-81.conf @@ -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. diff --git a/vhost-82.conf b/vhost-82.conf index 8908e0c..6db7451 100644 --- a/vhost-82.conf +++ b/vhost-82.conf @@ -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.