socket → http

This commit is contained in:
hillerliao
2021-08-21 11:30:46 +08:00
parent aecafcfccb
commit e9e4e98fbe

View File

@@ -1,6 +1,6 @@
# uwsgi --ini {current_file_path_and_name} # uwsgi --ini {current_file_path_and_name}
[uwsgi] [uwsgi]
socket = 127.0.0.1:5000 http = 127.0.0.1:5000
processes = 4 processes = 4
threads = 2 threads = 2
# plugins = python3mv # plugins = python3mv