6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
|
|
[uwsgi]
|
||
|
|
http = 127.0.0.1:8080
|
||
|
|
buffer-size=32768
|
||
|
|
wsgi-file = app.py
|
||
|
|
callable = app
|