diff --git a/fet2020/uwsgi.ini b/fet2020/uwsgi.ini new file mode 100644 index 00000000..c6ce1e0b --- /dev/null +++ b/fet2020/uwsgi.ini @@ -0,0 +1,10 @@ +[uwsgi] +#uid +#gid +master = true +processes = 3 +#chown-socket =www-data:www-data +module = fet2020.wsgi:application +pidfile=/tmp/project-master.pid +enable-threads = true +socket=/tmp/app.sock \ No newline at end of file