1、配置域名指向这台服务器 IP;
2、在 nginx 中配置两个 server(端口都为:80)。
找到 nginx.conf 文件,并批改:
vi /usr/local/nginx/conf/nginx.conf
减少一个 server,如下图:
名称 | 简介 |
---|---|
listen | 端口 |
server_name | 绑定域名 |
location/root | 文件门路 |
location/index | 默认首页 |
1、配置域名指向这台服务器 IP;
2、在 nginx 中配置两个 server(端口都为:80)。
找到 nginx.conf 文件,并批改:
vi /usr/local/nginx/conf/nginx.conf
减少一个 server,如下图:
名称 | 简介 |
---|---|
listen | 端口 |
server_name | 绑定域名 |
location/root | 文件门路 |
location/index | 默认首页 |