Closed
Description
Description
Default PHP-FPM pool configuration file has the %u
option described as remote user
in the access.format
documentation, but what is a remote user
?
In my set up I have PHP-FPM and Nginx talking on the port 9000 on localhost
(Kubernetes pod) and user field is always empty in the logs.
I don't expect PHP-FPM to know about my application users, but what should I expect in that field?