11 lines
180 B
INI
11 lines
180 B
INI
[uwsgi]
|
|
plugins = http,ugreen,lua
|
|
http-socket = :8080
|
|
http-socket-modifier1 = 6
|
|
chdir = /srv/%n
|
|
lua = contrib/uwsgi.lua
|
|
lua-gc-freq = 1
|
|
async = 8
|
|
ugreen = true
|
|
thunder-lock = true
|