Explorar o código

Fixed root path

Mattie Coccia %!s(int64=10) %!d(string=hai) anos
pai
achega
da031e0641
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 / {