多IP访问多网站

[root@server ~]# mount /dev/sr0 /mnt #挂载

[root@server ~]# dnf install nginx -y #安装

[root@server nginx]# systemctl stop firewalld #关闭防火墙

[root@server nginx]# systemctl restart nginx #重启

[root@server nginx]# setenforce 0 #关闭selinux

[root@server nginx]# nmtui #写多IP

[root@server nginx]# nmcli connection up ens160 #重启nmtui

[root@server nginx]#vim /etc/nginx/conf.d/test_ip.conf #编辑

[root@server nginx]# mkdir /test/{100,129,200} -pv #创建文件

[root@server nginx]# echo this is 129 > /test/129/index.html

[root@server nginx]# echo this is 100 > /test/100/index.html

[root@server nginx]# echo this is 200 > /test/200/index.html #根据配置在主机创建数据文件

[root@server nginx]# systemctl restart nginx #重启

验证结果

相关推荐
我曾经是个程序员14 分钟前
鸿蒙学习记录之http网络请求
服务器·学习·http
李昊哲小课27 分钟前
deepin 安装 zookeeper
大数据·运维·zookeeper·debian·hbase
真真-真真43 分钟前
WebXR
linux·运维·服务器
轩辰~1 小时前
网络协议入门
linux·服务器·开发语言·网络·arm开发·c++·网络协议
wanhengidc2 小时前
短视频运营行业该如何选择服务器?
运维·服务器
雨中rain2 小时前
Linux -- 从抢票逻辑理解线程互斥
linux·运维·c++
-KamMinG2 小时前
Centos7.9安装openldap+phpldapadmin+grafana配置LDAP登录最详细步骤 亲测100%能行
运维·grafana
Bessssss2 小时前
centos日志管理,xiao整理
linux·运维·centos
s_yellowfish2 小时前
Linux服务器pm2 运行chatgpt-on-wechat,搭建微信群ai机器人
linux·服务器·chatgpt
豆是浪个2 小时前
Linux(Centos 7.6)yum源配置
linux·运维·centos