Address of the visit: Http://ju.com/admin.php/DaiLogin/showLogin
Error message:
2015/05/26 19:09:16 [ERROR] 24049#0: *546 rewrite or internal redirection cycle while processing "/index.php//index.php//i ndex.php//index.php//index.php//index.php//index.php//index.php//index.php//index.php//index.php//admin.php/ Dailogin/showlogin ", client:127.0.0.1, server:ju.com, Request:" Get/admin.php/dailogin/showlogin http/1.1 ", Host:" Ju . com "
Nginx Configuration parameters:
The server is also this configuration no problem is the same version of Nginx. Local this again how can there be so many index.php
How should I modify it?
Reply content:
Address of the visit: Http://ju.com/admin.php/DaiLogin/showLogin
Error message:
2015/05/26 19:09:16 [ERROR] 24049#0: *546 rewrite or internal redirection cycle while processing "/index.php//index.php//i ndex.php//index.php//index.php//index.php//index.php//index.php//index.php//index.php//index.php//admin.php/ Dailogin/showlogin ", client:127.0.0.1, server:ju.com, Request:" Get/admin.php/dailogin/showlogin http/1.1 ", Host:" Ju . com "
Nginx Configuration parameters:
The server is also this configuration no problem is the same version of Nginx. Local this again how can there be so many index.php
How should I modify it?
This is not the Nginx rewrite classic dead loop problem. Just change the last one you made location /
rewrite
last
break
.
Last will be detected after the URL match, continue to match location, of course, can match to/, so the dead loop, Nginx Judge 10 times after the exit, that is, your question appears 1 + 10 = 11 index.php.
Reference here: http://segmentfault.com/a/1190000002797606
The site is already accessible.