详情
- <html>
- <head><title>405 Not Allowed</title></head>
- <body bgcolor="white">
- <center><h1>405 Not Allowed</h1></center>
- <hr><center>nginx/1.0.11</center>
- </body>
- </html>
很有可能是你的默认首页文件是静态文件
首先看到的页面是nginx返回的页面,得知错误要从nginx上来解决
原来因为这里请求的静态文件采用的是post方法,nginx是不允许post访问静态资源。