It is probably your application / backend that is generating the 403, it's unlikely nginx is responsible for this. I guess rate / connection limiting with a custom error code may cause this, but you should know if you configured this. Please show us your config and describe your backend in more detail.
On Tue, May 6, 2014 at 10:35 AM, dfumagalli <[email protected]> wrote: > Domain anonymized sample error log: see the first entry returns 200, the > next 403 on the same page. > > 2.139.79.51 - - [06/May/2014:08:13:23 +0000] "GET /flowers/love HTTP/1.1" > 200 62 > 55 "http://dev.domain.com/flowers/friendship" "Mozilla/5.0 (Windows NT > 6.3; > WOW64; rv:28.0) Gecko/20100101 Firefox/28.0" > 2.139.79.51 - - [06/May/2014:08:13:28 +0000] "GET / HTTP/1.1" 403 134 > "http://de > v.domain.com/flowers/love" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) > Gec > ko/20100101 Firefox/28.0" > 2.139.79.51 - - [06/May/2014:08:15:01 +0000] "GET / HTTP/1.1" 403 134 > "http://de > v.domain.com/flowers/love" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) > Gec > ko/20100101 Firefox/28.0" > 2.139.79.51 - - [06/May/2014:08:17:31 +0000] "GET / HTTP/1.1" 403 134 > "http://de > v.domain.com/flowers/love" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) > Gec > ko/20100101 Firefox/28.0" > 2.139.79.51 - - [06/May/2014:08:17:52 +0000] "GET / HTTP/1.1" 403 134 > "http://de > v.domain.com/flowers/love" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:28.0) > Gec > ko/20100101 Firefox/28.0" > > Posted at Nginx Forum: > http://forum.nginx.org/read.php?2,249857,249859#msg-249859 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
