多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 #重启

验证结果

相关推荐
hero_th13 分钟前
[Ubuntu] 文件/目录权限更改
linux·ubuntu
wclass-zhengge15 分钟前
SpringBoot篇(运维实用篇 - 临时属性)
运维·spring boot·后端
速盾cdn16 分钟前
速盾:什么是高防CDN?高防CDN的用处有哪些?
运维·服务器·网络·web安全
花花少年22 分钟前
pip在ubuntu下换源
linux·ubuntu·pip
y0ungsheep42 分钟前
[GXYCTF 2019]Ping Ping Ping 题解(多种解题方式)
linux·web安全·网络安全·php
kinlon.liu43 分钟前
安全日志记录的重要性
服务器·网络·安全·安全架构·1024程序员节
海绵波波1071 小时前
Webserver(1.6)Linux系统IO函数
linux·运维·服务器
江水三千里1 小时前
NFS服务器
运维·服务器
bossface1 小时前
申请https证书
服务器·网络协议·https·ssl
forestqq1 小时前
构建后端为etcd的CoreDNS的容器集群(七)、编写适合阅读的域名管理脚本
运维·数据库·etcd