Hi There
When I call nginx like so:
class { "nginx":
worker_connections => 4096,
keepalive_timeout => 30s,
client_max_body_size => 40M,
}
I get
Error 400 on SERVER: Invalid parameter worker_connections
It was working previously. Any idea what would be going on here?
Thanks
Sam