Nginx下400 Bad Request The plain HTTP request was sent to HTTPS port的缘由

 upstream payment443{         server 10.11.157.111:443 backup;         server 10.11.157.222:443 weight=1;     }    Location ~  /payment/ {              ssi  on;              proxy_pass http://payment4
相关文章
相关标签/搜索