Will Yardley

Results 284 comments of Will Yardley

Edited the post just to put some of the output into fixed width. I don't have any answers for you, but I do remember coming across some quirks along these...

I notice you have `management_ip_address` explicitly set; does setting this param (say to 0.0.0.0) change anything for you? I know by default it binds to all addresses, but curious if...

Thanks @nick-dasilva The current README and code probably doesn't do the right thing around Erlang anymore. I don't have time to devote to it, but feel free to submit PRs...

I kind of get what you're doing here, but I'm not totally sure what the expected behavior is, or what changes exactly caused this. Is it possible to test with...

@ITler: Current version (git master, and soon to be released version) does not have an interface to`nginx::config` at all, it's a private class, and all parameters are now defined at...

@ffrank: It's only `nginx_servers` if he's using current or recent git version. The big vhost => server rename hasn't been released yet.

Maybe this is one of those rare times to use stages (in your site specific code, not in the module)? Or setup the domain with a dummy cert (with both...

I kind of like the idea of having the nginx module itself not force its version of things like fastcgi_params. I think it would be better to take any defaults,...

I guess one middle path would be to have an option for whether or not to manage those? But assuming vendors' packages ship configs that are in a predictable location,...

@xaque208: I don't doubt that you're right about the vendor shipped configs being increasingly irrelevant. My concern is mostly the scope of the module, and I'd argue that it may...