12 lines
254 B
INI
12 lines
254 B
INI
[uwsgi]
|
|
socket = /opt/floritiv-web-site/floritiweb.sock
|
|
chmod-socket = 660
|
|
module = wsgi:app
|
|
processes = 5
|
|
uid = www-data
|
|
touch-reload = /opt/floritiv-web-site/.git/index
|
|
|
|
die-on-term=true
|
|
logto = /var/log/nginx/uwsgi/uwsgi-app.log
|
|
log-maxsize=100000000
|