Selaa lähdekoodia

Fixed root path

Mattie Coccia 10 vuotta sitten
vanhempi
commit
da031e0641
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 / {