我收到404错误,即使是因为我在根文件夹中有文件。
这应该是域mewebsite.com/community的配置
我创建了/ var / www / vhosts / community,因为我想在网站上创建“文件夹”mywebsite.com主站点。我希望我说得清楚......
这是我的nginx vhost文件。
var cloned = $scope.selected.items.slice(0);
cloned.forEach(function (cluster) {
cluster.status = cluster.status.name;
})
ObjToPost.MO = cloned;
console.log("consoling the cluster list", ObjToPost.MO);
console.log("consoling the original cluster list", $scope.selected.items);