Remove wsgi
This commit is contained in:
parent
e5217dc38c
commit
a320a459dc
3 changed files with 0 additions and 16 deletions
11
blokmap.ini
11
blokmap.ini
|
@ -1,11 +0,0 @@
|
|||
[uwsgi]
|
||||
module = wsgi
|
||||
|
||||
master = true
|
||||
processes = 1
|
||||
|
||||
socket = blokdata.sock
|
||||
chmod-socket = 660
|
||||
vacuum = true
|
||||
|
||||
die-on-term = true
|
|
@ -23,5 +23,4 @@ rsa==4.0
|
|||
six==1.14.0
|
||||
uritemplate==3.0.1
|
||||
urllib3==1.25.9
|
||||
uWSGI==2.0.18
|
||||
Werkzeug==1.0.1
|
||||
|
|
4
wsgi.py
4
wsgi.py
|
@ -1,4 +0,0 @@
|
|||
from src import app as application
|
||||
|
||||
if __name__ == "__main__":
|
||||
application.run()
|
Loading…
Reference in a new issue