您的位置:首页 > 财经 > 产业 > 服装定制属于什么行业_室内设计师需要学什么软件_什么是网络推广_外贸seo网站推广

服装定制属于什么行业_室内设计师需要学什么软件_什么是网络推广_外贸seo网站推广

2024/12/23 6:20:30 来源:https://blog.csdn.net/m0_74751678/article/details/143170540  浏览:    关键词:服装定制属于什么行业_室内设计师需要学什么软件_什么是网络推广_外贸seo网站推广
服装定制属于什么行业_室内设计师需要学什么软件_什么是网络推广_外贸seo网站推广

1.关闭防火墙

[root@localhost ~]# systemctl stop firewalld   #关闭防火墙
[root@localhost ~]# setenforce  0

2.下载nginx包

[root@localhost ~]# mount   /dev/sr0   /mnt #挂载目录
[root@localhost ~]# yum install nginx  -y  #下载nginx包

3.增加多条端口

[root@localhost ~]# nmcli connection modify ens160  ipv4.method manual ipv4.addresses 192.168.92.10/24  ipv4.gateway 192.168.88.2 ipv4.dns 192.168.88.2  +ipv4.addresses 192.168.88.20/24  +ipv4.addresses 192.168.88.30/24  #当前主机添加多地址

4.期货网卡

[root@localhost ~]# nmcli connection up ens160 #激活网卡

5.自定义nginx配置文件

[root@localhost ~]# vim  /etc/nginx/conf.d/test_ip.conf  #自定义nginx配置文件
server {listen 192.168.88.10:80;root /test/10;location / {index  index.html;}
}
server {listen 192.168.88.20:80;root /test/20;location / { index  index.html;}
}
server {listen 192.168.88.30:80;root /test/30;location / {index  index.html;}
}

6.

[root@localhost ~]# mkdir /test/{10,20,30} -pv
mkdir: created directory '/test'
mkdir: created directory '/test/10'
mkdir: created directory '/test/20'
mkdir: created directory '/test/30'
[root@localhost ~]# echo this is 250 > /test/10/index.html
[root@localhost ~]# echo this is 250 > /test/20/index.html
[root@localhost ~]# echo this is 250 > /test/30/index.html

7.测试

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com