Removed params in README from example vhost

This commit is contained in:
Christoph Körner 2014-08-11 10:15:38 +02:00
parent 0f507f0d96
commit 1b7393de4f

View file

@ -232,10 +232,7 @@ define web::nginx_ssl_with_redirect (
fastcgi_connect_timeout => '3m',
fastcgi_read_timeout => '3m',
fastcgi_send_timeout => '3m'
},
params => {
'APP_ENV' => 'production',
},
}
}
}
}