nginx域名配置虚拟主机
发表于:2025-01-23 作者:千家信息网编辑
千家信息网最后更新 2025年01月23日,一个域名,对应一个IP地址通过DNS域名解析服务器,可以将域名解析为IP地址这里通过修改host文件,指定域名的IP地址host劫持是指在host文件中,配置域名和IP地址,当访问域名的时候因为,ho
千家信息网最后更新 2025年01月23日nginx域名配置虚拟主机
一个域名,对应一个IP地址
通过DNS域名解析服务器,可以将域名解析为IP地址
这里
通过修改host文件,指定域名的IP地址
host劫持
是指在host文件中,配置域名和IP地址,当访问域名的时候
因为,host文件中已经有了域名所对应的IP地址
所以,不再需要访问DNS服务器进行解析,直接访问对应的IP地址
host文件的位置
C:\Windows\System32\drivers\etc
Nginx配置文件注释:
[root@localhost conf]# vim nginx.confworker_processes 1; #worker进程的数量events { #事件块的开始worker_connections 1024; #每个worker进程支持的最大连接数} #事件块的结束http { #HTTP区块的开始include mime.types; #Nginx支持媒体类型库文件default_type application/octet-stream; #默认的媒体类型sendfile on; #开启高速传输模式keepalive_timeout 65; #连接超时server { #第一个server区块的开始 listen 80; #提供服务的端口,默认为80 server_name www.nautilus.org ; #提供服务的域名主机 location / { #第一个location区块的开始 root html/www; #站点的根目录,相当于Nginx的安装目录 index index.html index.htm; #默认的首页文件,多个使用空格隔开 } #第一个location区块的结束 error_page 500 502 503 504 /50x.html; #出现对应的http状态码是,使用50x.html回应客户 location = /50x.html { #location区块的开始,访问50x.html root html; #指定对应的站点目录为html }}} #HTTP区块的结束
操作步骤
[root@localhost nginx]# lsclient_body_temp fastcgi_temp logs sbin uwsgi_tempconf html proxy_temp scgi_temp[root@localhost nginx]# cd html[root@localhost html]#[root@localhost html]# mkdir www [root@localhost html]# [root@localhost html]# cd www[root@localhost www]# lsindex.html[root@localhost www]# vim index.html hello localhost[root@localhost nginx]# vim /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain localhost6 localhost6.localdomain6172.31.1.32 www.nautilus.org
访问网站:
www.nautilus.org
Nginx配置基于多域名
server { listen 80; server_name www.nautilus.org; location / { root html/www; index index.html index.htm; } error_page 500 502 503 504 /50x.html; location = /50x.html { root html; }} server { listen 80; server_name bbs.nautilus.org; location / { root html/bss; index index.html index.htm; }}server { listen 80; server_name blog.nautilus.org; location / { root html/blog; index index.html index.html; }}[root@localhost nginx]# cd html[root@localhost html]#[root@localhost html]# mkdir bbs [root@localhost html]# [root@localhost html]# cd bbs[root@localhost bbs]# lsindex.html[root@localhost bbs]# vim index.html hello bbs[root@localhost html]# mkdir blog [root@localhost html]# [root@localhost html]# cd blog[root@localhost blog]# lsindex.html[root@localhost blog]# vim index.html hello blog [root@localhost html]# ls50x.html bbs blog index.html www[root@localhost nginx]# vim /etc/hosts127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4::1 localhost localhost.localdomain localhost6 localhost6.localdomain6172.31.1.32 www.nautilus.org172.31.1.32 bbs.nautilus.org172.31.1.32 blog.nautilus.org
访问网站:
www.nautilus.org bbs.nautilus.org blog.nautilus.org
域名
区块
地址
文件
服务
配置
事件
媒体
服务器
目录
站点
类型
网站
进程
支持
主机
最大
位置
域名主机
多个
数据库的安全要保护哪些东西
数据库安全各自的含义是什么
生产安全数据库录入
数据库的安全性及管理
数据库安全策略包含哪些
海淀数据库安全审计系统
建立农村房屋安全信息数据库
易用的数据库客户端支持安全管理
连接数据库失败ssl安全错误
数据库的锁怎样保障安全
便宜微小型服务器
服务器安全软件哪个最好
洛阳艾特网络技术有限公司
未履行网络安全保护义务案例分析
服务器安全狗pptp
山东第二届网络安全大赛
朋利网络技术
成电网络安全考研院校
在数据库中索引使数据库程序
中国如何面对网络安全威胁
数据库第六章程序设计
玩英雄杀老是服务器连接失败
网络安全年是
金山区海航软件开发有哪些
头条的服务器建在哪里
网络安全法制教育
网络安全法第44条怎么解释
北京c语言软件开发价位
口碑好的网络技术试验设备
和田软件开发成交价
apifox怎么读取数据库
怎么把网站挂在服务器
成电网络安全考研院校
后台管理系统服务器
宜兴市代办网络技术工作室
网络安全需要防护什么
屏幕录制服务器启动中
IT网络技术经理
centos云服务器亚马逊
软件开发要用到什么软件