It would be helpful if the server pod produced some kind of activity log like Apache/Nginx do. This would allow users to see that it's active and allow for some basic metrics collection.
Simply print lines like the following to stdout:
$ip $date $http_method $request_url $http_return_code
The IP field should account for the presence of an X-Forwarded-For header and use it's value, rather than that of the upstream.
It would be helpful if the server pod produced some kind of activity log like Apache/Nginx do. This would allow users to see that it's active and allow for some basic metrics collection.
Simply print lines like the following to stdout:
$ip $date $http_method $request_url $http_return_code
The IP field should account for the presence of an X-Forwarded-For header and use it's value, rather than that of the upstream.