配置Nginx.conf在你的虚拟主机下添加
location / {
}
复制代码
如果你的项目入口文件在一个子目录内则
location /目录/ {
}




