From e8908a9d538cd3b41730078dc6575923d13d145d Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 10 Feb 2012 11:22:24 +0100 Subject: [PATCH] nginx www --- config/nginx.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/nginx.conf b/config/nginx.conf index b478d29..281beda 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -19,3 +19,9 @@ server { client_max_body_size 4G; keepalive_timeout 10; } + +server { + listen 80; + server_name pharmacieboissier.com; + rewrite ^(.*) http://www.pharmacieboissier.com$1 permanent; +} \ No newline at end of file