From 1e346c9fb8f77853e0ca3c637618ce0300de1a2e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Tue, 24 Jan 2017 08:41:27 +0100 Subject: [PATCH] suite --- config/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/nginx.conf b/config/nginx.conf index 2d04e3f..aec57ce 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -23,6 +23,6 @@ server { server { listen 80; - server_name ballalama.com ballalama3.quartz.xyz; - rewrite ^(.*) http://www.ballalama.com$1 permanent; + server_name www.ballalama.com ballalama3.quartz.xyz; + rewrite ^(.*) http://ballalama.com$1 permanent; }