Tatsuhiko Kubo
Tatsuhiko Kubo
In ImageMagick7, `Wand-config` is obsolete. Instead `Magickwand-config` is available.
nginx-build sets 900s to timeout for download components. But this value is a little bit too large and should be smaller by default and controllable. This PR makes it controllable...
To complete with only Go...
show count of each command request('get', 'set', 'incr', etc) with neostat.
Now `ngx_dynamic_upstream` supports dynamic upstream under http context.
A newly created channel by `terraform apply` after adding the resources like below is added to Default notification group automatically. ```hcl resource "mackerel_channel" "slack-new-channel" { name = "slack-new-channel" slack {...