ソースを参照

hypercorn_config.toml
配置文件修改

罗俊辉 1 年間 前
コミット
320a191d97
1 ファイル変更1 行追加1 行削除
  1. 1 1
      hypercorn_config.toml

+ 1 - 1
hypercorn_config.toml

@@ -1,5 +1,5 @@
 reload = true
-bind = "0.0.0.0:8111"
+bind = "0.0.0.0:8112"
 workers = 2
 keep_alive_timeout = 60  # 保持连接的最大秒数,根据需要调整
 graceful_timeout = 30    # 重启或停止之前等待当前工作完成的时间