Liam Crilly
Liam Crilly
Sorry for the extra steps @BourneSuper - I was testing with macOS which seems to inherit `$EDITOR` with sudo(8). If you are creating a configuration in a local development environment,...
Hello! > determining what URL handler triggerred some errors Do you mean something like this? https://github.com/nginx/unit/issues/758 We're working on this right now, with an early-stage PR at https://github.com/nginx/unit/pull/824 With `--debug`...
Thank you for the point about correlation between error/access logs. So what you're asking for is to specify a set of variables that you care about, and for every error...
If we consider that envsubst(1) and similar tools provides a reasonable workaround today, how useful would it be to "pass through" specific environment variables to the application's environment? ```json {...
Yes, still open. Would welcome a contribution but makes sense to discuss the approach and design here, first. For example, are we reading the env vars of the user applying...
https://github.com/nginx/unit/issues/890
Looks like [Pretty URLs](https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html#pretty-urls) require some URI rewrite "magic" to work properly. The magic itself is wrapped up in a Nextcloud occ script which (for Apache) creates some .htaccess rewrite...
Did you look at https://unit.nginx.org/usagestats/ ? Here's a simple Python script to extract the metrics in Prometheus format. You can configure this as an `"application"` if the control socket has...
Wrote up a more complete solution for exposing a Prometheus endpoint with the default Unix socket control port. https://gist.github.com/lcrilly/ad516de8378dd8ae5303a942e67d55b5
@meezaan did this work for you?