nginx.conf 2016: CFP Closing Soon, Submit Your Talk Today

2016-05-01 Thread Shirley Bailes
Hello folks, The deadline to submit a proposal to nginx.conf 2016 is quickly approaching. Share your NGINX stories with us: https://nginxconf16.busyconf.com/proposals/new/ *Deadline to submit: 11:59PM CDT, May 5, 2016.* Tell us how you’re using NGINX and/or NGI

Re: Trailing Slash redirection poblem

2016-05-01 Thread B.R.
So these opposite redirection rules are fighting each other and are the source of your problem, which Francis helped you to alleviate. Sit back, grab an erasable whiteboard, scratch your head and think about your website's design: both rules probably have their use in their own corner, but you sha

Re: Trailing Slash redirection poblem

2016-05-01 Thread Muhammad Yousuf Khan
just want to make it more clear that when i comment out this line #try_files $uri $uri.html $uri/ /index.php?q=$request_uri; error become 404 from redirection loop error. On Sun, May 1, 2016 at 1:16 PM, Muhammad Yousuf Khan wrote: > > >>The configuration you have shown says "if the request is fo

Re: Trailing Slash redirection poblem

2016-05-01 Thread Muhammad Yousuf Khan
>>The configuration you have shown says "if the request is for /live/, >>ask the browser to instead request /live". >>The configuration you have not shown says "if the request is for /live, >>ask the browser to instead request /live/". Thanks for the tip I think I got the problem but could not re