flask website for la petite ecole
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
348 B

[uwsgi]
module = app:app
master = true
#callable = app
#plugins = python3
wsgi-file = /home/zvevqx/app/lpe/app.py
home = /home/zvevqx/app/lpe
mount = /lpe=app.py
manage-script-name = true
virtualenv = /home/zvevqx/app/lpe/venv
socket = /tmp/lpe.sock
chmod-socket = 666
env = DEBUG=False
env = SCRIPT_NAME=/lpe
die-on-term = true
vaccuum = true