The settings page gives instructions like redis needs to be used, pm.max_children needs to be high, it would be much more useful if it checked the current configuration and show a valid/invalid status instead.
For Redis, I’m pretty sure the application can check if it is configured and show a green/red message depending on the status?
For pm.max_children, it can show the current value for the setting, and maybe calculate how many users it can serve with the current setting.
For proxy buffering and timeout I do not know if this can be checked easily but if it is then it should be as well.
The settings page gives instructions like redis needs to be used, pm.max_children needs to be high, it would be much more useful if it checked the current configuration and show a valid/invalid status instead.
For Redis, I’m pretty sure the application can check if it is configured and show a green/red message depending on the status?
For pm.max_children, it can show the current value for the setting, and maybe calculate how many users it can serve with the current setting.
For proxy buffering and timeout I do not know if this can be checked easily but if it is then it should be as well.