From 442f222eb024cf8a8a0d05ae295080cf16467e6e Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 10 Feb 2012 11:25:07 +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 83be67f..dd68838 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -18,4 +18,10 @@ server { error_page 500 502 503 504 /500.html; client_max_body_size 4G; keepalive_timeout 10; +} + +server { + listen 80; + server_name accescible-solutions.com; + rewrite ^(.*) http://www.accescible-solutions.com$1 permanent; } \ No newline at end of file