浏览代码

Fixed root path

Mattie Coccia 10 年之前
父节点
当前提交
da031e0641
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frameworks/PHP/clancats/deploy/nginx.conf

+ 1 - 1
frameworks/PHP/clancats/deploy/nginx.conf

@@ -24,7 +24,7 @@ http {
 		listen       8080;
 		listen       8080;
 		server_name  localhost;
 		server_name  localhost;
 
 
-		root /home/ubuntu/FrameworkBenchmarks/clancats/;
+		root /home/ubuntu/FrameworkBenchmarks/;
 		index  index.php;
 		index  index.php;
 
 
 		location / {
 		location / {