summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author赵坤 <[email protected]>2024-05-28 08:42:28 +0000
committer赵坤 <[email protected]>2024-05-28 08:42:28 +0000
commitd46a761482dcc60e7f7ba859603f88df20d6e708 (patch)
tree4f63f53259e5315aef68c2676d3f437ef7bacc39
parent0452eeccecf5bf615291782ed90a4d30323a99e2 (diff)
上传新文件
-rw-r--r--gunicorn.conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gunicorn.conf.py b/gunicorn.conf.py
new file mode 100644
index 0000000..3b18d4d
--- /dev/null
+++ b/gunicorn.conf.py
@@ -0,0 +1,6 @@
+# gunicorn.conf.py
+
+# timeout = 600
+
+# 绑定到的IP地址和端口号
+bind = "0.0.0.0:8900" \ No newline at end of file