Commit 5cf28915 authored by tufengqi's avatar tufengqi

80 to 8081

parent 15100591
......@@ -25,7 +25,7 @@ return [
],
'http' => [
'host' => env('HTTP_HOST', '0.0.0.0'),
'port' => env('HTTP_PORT', 80),
'port' => env('HTTP_PORT', 8081),
'mode' => env('HTTP_MODE', SWOOLE_PROCESS),
'type' => env('HTTP_TYPE', SWOOLE_SOCK_TCP),
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment