Home > Backend Development > PHP Tutorial > nginx同IP多域名的服务器配置,如何小弟我配置的没有作用

nginx同IP多域名的服务器配置,如何小弟我配置的没有作用

WBOY
Release: 2016-06-13 12:22:45
Original
1017 people have browsed it

nginx同IP多域名的服务器配置,怎么我配置的没有作用?

上图是我的虚拟服务器的配置,需要将同一台服务器上的不同目录来作为域名请求。例如www.123.com指定到123目录;www.456.com指定到456目录,改怎么来弄啊?上图的完全没有效果,还是访问了服务器的根目录啊。
另外,我就只是配置了nginx.conf,其他的没有改动过,是不是还有其他的配置还是?
------解决思路----------------------
不知道你遇到了什么问题,你的两个帖子都没有说清楚

nginx 本身是一个代理服务器,用于网站入口协调 Apache、IIS 等 web 服务器的运行
只是他可以挂载 php,所以一般人都把他当做 web 服务器来用了

如果是多域名配置不成功(其实 Apache、IIS 都具有多主机功能)
那么就应先说明不成功的现象,是多域名不能访问,还是都访问到了同一地方
------解决思路----------------------
域名解析是否正确泛解析到服务器ip

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template