Do you want to add more domain name? [y/n]: y
是否需要添加其他域名,按照需要选择即可,如果不需要,输入 n 即可,这里我们选择y
。
强调:正常情况下,我们不仅仅希望使用地址
www.ahoh.club
访问网站,同时还希望使用ahoh.club
也可以访问我们的网站,所以这里需要选择y
,把ahoh.club
也要加进去。
ahoh.club
属于根域名,www.ahoh.club
属于子域名,如果你有类似于forum.ahoh.club
,这里同样需要选择y
,从而把所有希望跳转网站的域名都加进去。
- 添加新域名
Type domainname or IP(example: example.com other.example.com): ahoh.club
这里我们就把 ahoh.club
输进去。
- 域名跳转
Do you want to redirect from ahoh.club to www.ahoh.club? [y/n]: y
这里是决定 是否需要将 ahoh.club 自动跳转到 www.ahoh.club ,本例中选择y
。
提示: 原则上,这里跳不跳转都是可以的,但是在安装 NodeBB 期间,遇到了一个奇怪的BUG,当使用
ahoh.club
访问贴子的时候,外网连接图片就显示不出来,而使用www.ahoh.club
访问就可以。所以本例选择了跳转。
HTTP
跳转HTTPS
Do you want to redirect all HTTP requests to HTTPS? [y/n]: y
这里决定是否将HTTP
访问跳转到HTTPS
,这里跳不跳都行,但是既然都选择了SSL
,跳转当然更 Fashion
,推荐选择 y
。
- 位置信息询问
不想填可以直接回车,建议好好填写。
You are about to be asked to enter information that will be incorporated
into your certificate request.
What you are about to enter is what is called a Distinguished Name or a DN.
There are quite a few fields but you can leave some blank
For some fields there will be a default value,
If you enter ‘.’, the field will be left blank.
Country Name (2 letter code) [CN]:
State or Province Name (full name) [Shanghai]: Beijing
Locality Name (eg, city) [Shanghai]: Haidian
Organization Name (eg, company) [Example Inc.]: Ahoh
Organizational Unit Name (eg, section) [IT Dept.]:
- 防盗链
Do you want to add hotlink protection? [y/n]: n
是否需要做防盗链处理,按照需要选择即可,本例我们选择 n
。(如果是自己搭的小网站,不建议选择,可能导致图片不显示,确有需要可以选择,如有问题可以再解决。)
- 路径重写
Allow Rewrite rule? [y/n]: n
路径重写配置,我们不需要,选择 n
回车确定即可。
- 请求日志
Allow Nginx/Tengine/OpenResty access_log? [y/n]: y
Nginx 的请求日志,建议选择 y
。
这样就完成了 vhost 站点的创建,最终会输出站点的相关信息:
#######################################################################