摘要:
一、Nginx虚拟主机 1、基于多IP的方式 [root@web01 conf.d]# cat /etc/nginx/conf.d/game1.conf server { listen 80; server_name 172.16.1.7; location / { root /opt/Super_ 阅读全文
posted @ 2022-01-04 20:07 ~sang 阅读(97) 评论(0) 推荐(0)
|
摘要:
一、Nginx虚拟主机 1、基于多IP的方式 [root@web01 conf.d]# cat /etc/nginx/conf.d/game1.conf server { listen 80; server_name 172.16.1.7; location / { root /opt/Super_ 阅读全文
posted @ 2022-01-04 20:07 ~sang 阅读(97) 评论(0) 推荐(0) |
||