@@ -7,7 +7,7 @@
"db_url": "/bench/rawdb",
"query_url": "/bench/rawdb?queries=",
"fortune_url": "/bench/rawfortunes",
- "port": 80,
+ "port": 8080,
"approach": "Realistic",
"classification": "Micro",
"database": "MySQL",
@@ -16,7 +16,7 @@ http {
}
server {
- listen 80;
+ listen 8080;
server_name localhost;
root /home/fb/FrameworkBenchmarks/php-senthot/app/;