From 83c866713d95c83c5258e89a25117313c6474ea6 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 10 Aug 2018 10:51:28 +0200 Subject: [PATCH] suite --- config/nginx.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/nginx.conf b/config/nginx.conf index 19bfc56..b17f2c8 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -19,6 +19,10 @@ server { error_page 500 502 503 504 /500.html; client_max_body_size 4G; keepalive_timeout 10; + + + include snippets/letsencrypt.conf; + } @@ -39,6 +43,8 @@ server { error_page 500 502 503 504 /500.html; client_max_body_size 4G; keepalive_timeout 10; + + include snippets/letsencrypt.conf; } #server { @@ -76,4 +82,6 @@ server { error_page 500 502 503 504 /500.html; client_max_body_size 4G; keepalive_timeout 10; + + include snippets/letsencrypt.conf; }