摘要: Nginx虚拟主机 1、基于多IP的方式 [root@web01 conf.d]# cat game2.conf server { listen 80; server_name 192.168.15.7; location / { root /opt/Super_Marie; index index 阅读全文
posted @ 2022-01-04 21:07 那就凑个整吧 阅读(158) 评论(0) 推荐(0) 编辑