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