|
@@ -69,7 +69,7 @@ http {
|
|
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
|
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
|
|
#
|
|
#
|
|
location ~ \.php$ {
|
|
location ~ \.php$ {
|
|
- root /home/ubuntu/FrameworkBenchmarks/frameworks/PHP/php;
|
|
|
|
|
|
+ root TEST_ROOT;
|
|
fastcgi_pass fastcgi_backend;
|
|
fastcgi_pass fastcgi_backend;
|
|
# fastcgi_pass 127.0.0.1:9001;
|
|
# fastcgi_pass 127.0.0.1:9001;
|
|
fastcgi_index index.php;
|
|
fastcgi_index index.php;
|