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.