瀏覽代碼

Move to port 8080 from port 80

Hamilton Turner 10 年之前
父節點
當前提交
7de5826fce
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      frameworks/PHP/php-senthot/benchmark_config
  2. 1 1
      frameworks/PHP/php-senthot/deploy/nginx.conf

+ 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/;