Ver código fonte

Move to port 8080 from port 80

Hamilton Turner 10 anos atrás
pai
commit
7de5826fce

+ 1 - 1
frameworks/PHP/php-senthot/benchmark_config

@@ -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",

+ 1 - 1
frameworks/PHP/php-senthot/deploy/nginx.conf

@@ -16,7 +16,7 @@ http {
     }
 
     server {
-        listen       80;
+        listen       8080;
         server_name  localhost;
 
         root /home/fb/FrameworkBenchmarks/php-senthot/app/;