On Sat, Jun 07, 2014 at 05:05:46PM -0400, mfaridi wrote: > Francis Daly Wrote: > ------------------------------------------------------- > > On Fri, Jun 06, 2014 at 11:57:22AM -0400, mfaridi wrote:
Hi there, > > What does error_log say? > > > > Most likely there is no index.html file, or autoindex > > (http://nginx.org/r/autoindex) is not on, is my guess. > 127.0.0.1 - - [08/Jun/2014:02:39:03 +0430] "GET /swf/ HTTP/1.1" 403 168 "-" > "Mozilla/5.0 (X11; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0" So the request you make is "/swf/". The response you get is http 403. What response do you want to get? error_log might say why you get the 403 response. f -- Francis Daly [email protected] _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
