nginx www

This commit is contained in:
Nicolas Bally 2012-02-10 11:22:24 +01:00
parent c0fb2245e6
commit e8908a9d53

View File

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