路径:/usr/local/nginx/conf/nginx.conf
操作:在 http 模块增加(子配置文件的路径和名称):include vhost/*.conf; 另外需要注意一下 user 后面要改成 root.
路径:/usr/local/nginx/conf/vhost
子配置文件例子:[root@VM_2_29_centos vhost]# vim xieboke.net.conf
命令:nginx -t
命令:/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
命令: nginx -s reload
如果编译时,没选择 ssl 模块,后续添加 ssl 就需要重新编译和安装。./configure --prefix=/usr/local/nginx-1.14.2 --with-http_ssl_module -> make&&make install.