国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術文章
文章詳情頁

Nginx主機域名配置實現

瀏覽:154日期:2023-06-15 15:23:32
目錄
  • 一、配置多個端口訪問不同文件
  • 二、配置不同域名訪問不同文件
  • 三、配置不同域名訪問同個文件

一、配置多個端口訪問不同文件

相同域名,不同端口,不同文件

#兩個不同文件夾,分別存放不同文件[root@nginx ~]# mkdir /www/work_01 -p[root@nginx ~]# mkdir /www/work_02[root@nginx ~]# vim /www/work_01/index.html this is work_01![root@nginx ~]# vim /www/work_02/index.htmlthis is work_02!

#編輯其中server模塊,把端口80的站點指向一個文件夾,再復制這個server到下面,修改端口

[root@nginx ~]# vim /usr/local/nginx/conf/nginx.confworker_processes  1;events {    worker_connections  1024;}http {    include       mime.types;    default_type  application/octet-stream;    sendfileon;    keepalive_timeout  65;#80端口,指向work_01的文件夾    server {listen       80;server_name  localhost;location / {    root   /www/work_01;    index  index.html index.htm;}error_page   500 502 503 504  /50x.html;location = /50x.html {    root   html;}    }#8080端口,指向work_02的文件夾    server {    listen 8080;    server_name localhost;    location / {    root /www/work_02;    index index.html index.htm;    }    error_page 500 502 503 504 /50x.html;    location = /50x.html {root html;    }}}

#瀏覽器訪問

二、配置不同域名訪問不同文件

相同端口,不同域名,不同文件

#四個文件夾,分別對應不同文件內容

[root@nginx ~]# cd /www/[root@nginx www]# mkdir work_03[root@nginx www]# mkdir work_04[root@nginx www]# echo "This is work_03" > work_03/index.html[root@nginx www]# echo "This is work_04" > work_04/index.html[root@nginx www]# lswork_01  work_02  work_03  work_04

#修改配置文件

[root@nginx www]# vim /usr/local/nginx/conf/nginx.confworker_processes  1;events {    worker_connections  1024;}http {    include       mime.types;    sendfileon;    keepalive_timeout  65;#通配符在后的域名    server {listen       80;server_name  www.haha.*;location / {    root   /www/work_01;    index  index.html index.htm;}error_page   500 502 503 504  /50x.html;location = /50x.html {    root   html;}    }#精確域名    server {    listen 80;    server_name www.haha.com;    location / {    root /www/work_02;    index index.html index.htm;    }    error_page 500 502 503 504 /50x.html;    location = /50x.html {root html;    }}#通配符在前的域名    server {listen 80;server_name *.haha.com;    location / {root /www/work_03;index index.html index.htm;    }    error_page 500 502 503 504 /50x.html;    location = /50x.html {root html;    }}#正則表達式域名    server {listen 80;server_name ~\w+.com;    location / {root /www/work_04;index index.html index.htm;    }    error_page 500 502 503 504 /50x.html;    location = /50x.html {root html;    }}}[root@nginx www]# systemctl restart nginx

#配置宿主機host文件,在"C:\Windows\System32\drivers\etc\hosts"

#訪問結果

sever_name匹配順序:

  • 精準匹配
  • 通配符開頭,比如*.example.com
  • 通配符結尾,比如www.example.*
  • 正則表達式
  • 默認值

三、配置不同域名訪問同個文件

相同端口,不同域名 ,同個文件

[root@nginx ~]# vim /usr/local/nginx/conf/nginx.confworker_processes  1;events {    worker_connections  1024;}http {    include       mime.types;    default_type  application/octet-stream;    sendfileon;    keepalive_timeout  65;#只需要在server_name再添加一個域名,不需要在復制一個server_name    server {listen       80;server_name  www.xixi.com www.qiqi.com;location / {    root   /www/work_01;    index  index.html index.htm;}error_page   500 502 503 504  /50x.html;location = /50x.html {    root   html;}    }}[root@nginx ~]# systemctl restart nginx

#該宿主機的host文件

#訪問結果如下:

到此這篇關于Nginx主機域名配置實現的文章就介紹到這了,更多相關Nginx主機域名配置內容請搜索以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持!

標簽: Nginx
主站蜘蛛池模板: 精品视频一区二区三区 | 韩国一级特黄清高免费大片 | 国产美女一区精品福利视频 | 黄色日韩网站 | 黄色成人免费网站 | 中文字幕乱码中文乱码综合 | 亚洲欧美二区三区久本道 | 国产第一页久久亚洲欧美国产 | 综合亚洲欧美日韩一区二区 | 在线毛片观看 | 免费在线观看黄色毛片 | 亚洲一级毛片在线观播放 | 久久怡红院亚欧成人影院 | 亚洲成人高清在线 | 国产欧美日韩精品第二区 | 深夜福利视频在线看免费 | 一级啪啪片 | 538prom精品视频在放免费 | 久久久久久毛片免费观看 | 美女舒服好紧太爽了视频 | 高清免费国产在线观看 | 一级做a爱过程免费观看 | 麻豆一区 | 国产成人最新毛片基地 | 成年人免费视频观看 | 成人免费网站视频www | 成年大片免费视频播放二级 | 亚洲一区二区在线免费观看 | 男人天堂网在线 | 久久九九热视频 | 日韩 国产 欧美视频一区二区三区 | 国产精品久久免费 | 精品一久久香蕉国产二月 | 中文成人在线 | a毛片视频免费观看影院 | 亚洲图片偷拍自拍 | 国产成人免费网站在线观看 | 男人的天堂在线免费视频 | 久久精品一区二区三区不卡牛牛 | 久草在线最新 | 久草网视频在线观看 |