nginx www

This commit is contained in:
Nicolas Bally 2012-02-10 11:25:07 +01:00
parent 84eedbd9e5
commit 442f222eb0

View File

@ -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;
}