uwsgi added to package with ini and launcher
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
[uwsgi]
|
||||||
|
socket = /mnt/home/flask-fdx/venv/var/flaskfdx-instance/flaskfdx.sock
|
||||||
|
chdir = /mnt/home/flask-fdx/venv/
|
||||||
|
file = /mnt/home/flask-fdx/wsgi.py
|
||||||
|
callable = app
|
||||||
|
virtual-env = /mnt/home/flask-fdx/venv
|
||||||
|
uid = http
|
||||||
|
gid = http
|
||||||
|
manage-script-name
|
||||||
|
plugin = python
|
||||||
@@ -9,5 +9,6 @@ setup(
|
|||||||
install_requires=[
|
install_requires=[
|
||||||
'flask',
|
'flask',
|
||||||
'xlrd',
|
'xlrd',
|
||||||
|
'uwsgi',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user