From bc819872c0b52a0688597aba702d39621c292a3e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Thu, 16 Aug 2018 21:16:52 +0200 Subject: [PATCH] suite --- config/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nginx.conf b/config/nginx.conf index 73a6262..1082cf1 100755 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -18,13 +18,13 @@ server { error_page 500 502 503 504 /500.html; client_max_body_size 4G; keepalive_timeout 10; + include snippets/letsencrypt.conf; } server { listen [::]:80; server_name www.negos-pro.fr www.negos.pro; - return 301 http://negos.pro$request_uri;