Konstantin Pavlov
Konstantin Pavlov
I'm not building 32 bit packages. The rpm situation described is not something we have on our packages builder machines (contrary to the debian-based ones), but it's still possible for...
Ping for a review
Ping for a review
See https://github.com/nginx/unit/pull/212 and https://github.com/nginx/unit/issues/213 for some comments on why we're not using forking. The commit that changed that is https://github.com/nginx/unit/commit/b78ed44f396cbfde7d8353cbc3faaf35c0f4dddf
Hello! I cant reproduce with the following example: ``` $ ls -la total 24 drwxrwxr-x 2 thresh thresh 4096 Sep 9 20:25 . drwxr-xr-x 39 thresh thresh 12288 Sep 9...
Hi @oliv3r ! I think it only makes sense with an init-like system (see e.g. https://github.com/docker-library/official-images/#init) and that is too big of a change.
I'm referring to an init system because we now have two types of processes running inside a container, with no proper management for those. Imagine if inotifywait exits during the...
I don't see how nginx is currently doing it wrong, to be honest. It will manage the processes it spawns (workers, cache processes, etc.). It does not execute grep or...
See also https://github.com/nginxinc/docker-nginx/pull/509
Hello @yu-shiba san! Indeed, the variable exported does not go into resulting runtime of nginx binary, however it's still available during the run of entrypoint scripts. So I'm not sure...