摘要: 在nginx.conf配置文件里,如果需要配置 localhost 和其它域名 同端口共存的server,一定要保证 localhost 所在的server 在nginx.conf里的顺序是第一位的,不然访问 localhost 的server时会访问到同端口的第一个server ,而不是 loca 阅读全文
posted @ 2020-09-15 11:55 唉唉唉唉 阅读(2605) 评论(0) 推荐(0) 编辑