Quantcast
Channel: Nginx Forum
Viewing all articles
Browse latest Browse all 53287

Re: Remove URI string?

$
0
0
On Thu, Jan 10, 2013 at 11:35 AM, daveyfx <nginx-forum@nginx.us> wrote:
> I gave it a try and it did not work out. My access log repeated the
> following entry ~ 20 times.
>
> [09/Jan/2013:23:31:47 -0500] "GET / HTTP/1.1" 302 160 "-" "Mozilla/5.0
> (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0"
>
> Firefox kindly informed me that "The page isn't redirecting properly" I'm
> guessing it's getting caught in an infinite redirect.
>
> Is there anything else I can try?
>

location = / {
index index.html;
}
location / {
return 302 /;
}

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 53287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>