摘要: Apache、IIS、Nginx等绝大多数web服务器,都不允许静态文件响应POST请求,否则会返回“HTTP/1.1 405 Method not allowed”错误。 server { listen 80; server_name 域名; location /{ root /www/文件目录; index index.htm... 阅读全文
posted @ 2018-12-23 11:31 佐佑时代 阅读(30017) 评论(0) 推荐(0)