mirror of
https://github.com/lxsang/luafcgi.git
synced 2024-11-08 22:48:27 +01:00
12 lines
171 B
TOML
12 lines
171 B
TOML
# TCP socket or Unix socket file
|
|
socket = "unix:/tmp/lua1.sock"
|
|
|
|
# pid file
|
|
pidfile = "/tmp/luad.pid"
|
|
|
|
# user name
|
|
user = "dany"
|
|
# group name
|
|
group = "dany"
|
|
|
|
debug = false |