Alan Hodgson

Results 8 comments of Alan Hodgson

This was added in https://github.com/phusion/passenger-docker/pull/376

The config looks OK. Do you see more than 2 passenger processes running in the container? I'm wondering if you're seeing more of a log flush delay. Perhaps put a...

This was addressed in https://github.com/phusion/passenger-docker/pull/376, at least upgrading the OS. You still need to upgrade OS packages yourself regularly if you use this image.

refs https://github.com/phusion/passenger-docker/issues/416

> @ajhodgson is there any action here :) ? Not up to me.

> ``` > systemReserved: > cpu: 200m > memory: 200Mi > ephemeral-storage: 1Gi > kubeReserved: > cpu: 200m > memory: 400Mi > ephemeral-storage: 3Gi > ``` > > **Would love...

I'm also seeing this alert while trying to update the passenger docker container to base it on Ubuntu Noble, which uses Nginx 1.24. Was just starting to try to track...

error_log appears to have always been declared at the root scope in Nginx's default config (at least back to 1.18). Ubuntu has moved the declaration to the root scope in...