mirror of
https://git.ikl.sh/132ikl/liteshort.git
synced 2023-08-10 21:13:04 +03:00
13 lines
134 B
INI
13 lines
134 B
INI
[uwsgi]
|
|
module = wsgi:app
|
|
|
|
master = true
|
|
processes = 2
|
|
|
|
socket = liteshort.sock
|
|
chmod-socket = 666
|
|
vacuum = true
|
|
|
|
die-on-term = true
|
|
|