Fix module name and set venv location
This commit is contained in:
parent
91857d7779
commit
6e6dddb507
@ -16,7 +16,8 @@ data:
|
|||||||
SECRET_KEY=beb178f9e4e83066ec0baa471cea36151f26bd3779902ae2c24eb5bb66e28c15
|
SECRET_KEY=beb178f9e4e83066ec0baa471cea36151f26bd3779902ae2c24eb5bb66e28c15
|
||||||
uwsgi-config: |-
|
uwsgi-config: |-
|
||||||
[uwsgi]
|
[uwsgi]
|
||||||
module = main
|
|
||||||
callable = app
|
callable = app
|
||||||
|
module = app
|
||||||
socket = /var/run/uwsgi/uwsgi.socket
|
socket = /var/run/uwsgi/uwsgi.socket
|
||||||
plugins = python3
|
plugins = python3
|
||||||
|
virtualenv = /opt/atat/atst/.venv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user