From ad4364be6bb151b4f5b2853dc641ef8a9715530a Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Sat, 1 Sep 2018 00:53:50 +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 a2bdcc2..8f99320 100755 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -29,7 +29,7 @@ server { server { listen [::]:80; - server_name *.heylium.io www.heylium.io; + server_name *.heylium.io heylium.io; return 301 https://heylium.io$request_uri;