atom feed40 messages in ru.sysoev.nginxRe: 504 Gateway Time-out during POST
FromSent OnAttachments
DavidSep 7, 2008 9:42 am 
DavidSep 7, 2008 10:05 am 
DavidSep 7, 2008 11:01 am 
Rob SchultzSep 7, 2008 11:03 am 
Aleksandar LazicSep 7, 2008 11:03 am 
DavidSep 7, 2008 11:21 am 
Rob SchultzSep 7, 2008 11:43 am 
DavidSep 7, 2008 11:43 am 
DavidSep 7, 2008 11:52 am 
DavidSep 7, 2008 12:02 pm 
Aleksandar LazicSep 7, 2008 12:29 pm 
Aleksandar LazicSep 7, 2008 12:44 pm 
DavidSep 7, 2008 1:05 pm 
Aleksandar LazicSep 7, 2008 1:24 pm 
DavidSep 7, 2008 1:43 pm 
Aleksandar LazicSep 7, 2008 1:53 pm 
Kiril AngovSep 7, 2008 1:56 pm 
DavidSep 7, 2008 2:14 pm 
DavidSep 7, 2008 2:17 pm 
Aleksandar LazicSep 7, 2008 2:21 pm 
DavidSep 7, 2008 2:29 pm 
DavidSep 7, 2008 2:30 pm 
Aleksandar LazicSep 7, 2008 2:33 pm 
DavidSep 7, 2008 2:58 pm 
Aleksandar LazicSep 7, 2008 3:07 pm 
DavidSep 7, 2008 3:19 pm 
Aleksandar LazicSep 7, 2008 3:34 pm 
DavidSep 7, 2008 3:46 pm 
DavidSep 7, 2008 3:52 pm 
DavidSep 8, 2008 12:16 am 
Kiril AngovSep 8, 2008 12:24 am 
Aleksandar LazicSep 8, 2008 2:09 am 
Aleksandar LazicSep 8, 2008 2:14 am 
DavidSep 8, 2008 5:13 am 
Chris SaverySep 8, 2008 6:04 am 
DavidSep 8, 2008 12:13 pm 
Aleksandar LazicSep 8, 2008 12:39 pm 
rkmr...@public.gmane.orgSep 8, 2008 12:59 pm 
Aleksandar LazicSep 8, 2008 1:03 pm 
DavidSep 9, 2008 9:42 am 
Subject:Re: 504 Gateway Time-out during POST
From:Aleksandar Lazic (al-g@public.gmane.org)
Date:Sep 7, 2008 3:07:57 pm
List:ru.sysoev.nginx

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;