Skip to content
Snippets Groups Projects
Commit 953cdf97 authored by cns82's avatar cns82
Browse files

update uwsgi

parent ef88d5b7
Branches
No related tags found
No related merge requests found
[uwsgi] [uwsgi]
http-socket = 10.246.250.148:<<PORT>> http = 10.246.250.148:<<port>>
chdir = /home/<<USER>>/public_html/uwsgi/ chdir = /home/<<user>>/public_html/uwsgi/
wsgi-file = server.py wsgi-file = /home/<<user>>/public_html/uwsgi/server.py
plugins = python3
virtualenv = /home/<<user>>/public_html/uwsgi/venv
callable = app
processes = 4 processes = 4
threads = 2 threads = 2
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment