I run into a strange problem. I have built a wordpress site in a sub domain with Nginx.
It works for access with port none-80, for example:
Then I change its port configuration to 80, but access fails with:
I check the access log, there is only a 301 redirect.
I thought it might due to php, then I replace the content of index.php, it works!
<?php phpinfo()
So, why the Nginx directs wordpress, while not redirects common php?