日期: 2022年5月24日
thumbnail

如何设置nginx可以让ip可以直接访问网站

类似下面这样配置就可以了 server { listen 80; server_name 1.1.1.1; root /web/data; .... }[......] 阅读全文