From 7135bd55aab65fdff0513525afca20c2a380d8f7 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 1 Feb 2019 14:01:57 +0100 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 86ae552..3819c40 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -34,7 +34,7 @@ server { listen [::]:80; server_name etschaix.fr *.etschaix.fr; - + return 301 https://etschaix.fr$request_uri; include snippets/letsencrypt.conf; }