504 Gateway Time-out during POST

Aleksandar Lazic al-generic at none.at
Mon Sep 8 02:08:20 MSD 2008


On Son 07.09.2008 21:58, David wrote:
>I now have this in my nginx.conf is this what you meant ? Does this log to the
>same error_log ?
>
>    log_format  main  '$remote_addr - $remote_user [$time_local] $request '
>                      '"$status" $body_bytes_sent "$http_referer" '
>                      '"$http_user_agent" "$http_x_forwarded_for"';
>
>log_format timing '$remote_addr - $remote_user [$time_local] $request '
>                  'upstream_response_time $upstream_response_time '
>                  'msec $msec request_time $request_time';

No you need to add this line in nginxs config file and send a HUP to the
master process

access_log  logs/timing.log timing;






More information about the nginx mailing list