From 3da097f6e5bd3342df36dba55cb9b4eed2bb056e Mon Sep 17 00:00:00 2001 From: youngS Date: Tue, 11 May 2021 16:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=BB=98=E8=AE=A4=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fir_ser/logs/.gitkeep | 0 fir_ser/uwsgi.conf | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 fir_ser/logs/.gitkeep diff --git a/fir_ser/logs/.gitkeep b/fir_ser/logs/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/fir_ser/uwsgi.conf b/fir_ser/uwsgi.conf index c069cfb..9ea8910 100644 --- a/fir_ser/uwsgi.conf +++ b/fir_ser/uwsgi.conf @@ -2,6 +2,8 @@ # 对外提供 http 服务的端口 #http = 127.0.0.1:8899 +listen = 512 # set max connections to 1024 in uWSGI + #the local unix socket file than commnuincate to Nginx 用于和 nginx 进行数据交互的端口 socket = 127.0.0.1:8899