在 nginx.conf 后加一句
include /usr/local/nginx/conf/vhost/*.conf;
#主要是加入此行,如有则忽略
记得在conf里创建一个vhost文件夹
mkdir vhost
方便一些
ln -s /usr/local/nginx/conf/vhost /test
在 nginx.conf 后加一句
include /usr/local/nginx/conf/vhost/*.conf;
#主要是加入此行,如有则忽略
记得在conf里创建一个vhost文件夹
mkdir vhost
方便一些
ln -s /usr/local/nginx/conf/vhost /test