소스 검색

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;
 		server_name  localhost;
 
-		root /home/ubuntu/FrameworkBenchmarks/clancats/;
+		root /home/ubuntu/FrameworkBenchmarks/;
 		index  index.php;
 
 		location / {