mirror of
https://github.com/lxsang/luafcgi.git
synced 2024-11-08 14:38:26 +01:00
10 lines
159 B
TOML
10 lines
159 B
TOML
|
# TCP socket or Unix socket file
|
||
|
socket = "unix:/tmp/lua.sock"
|
||
|
|
||
|
# pid file
|
||
|
pidfile = "/tmp/luad.pid"
|
||
|
|
||
|
# user name
|
||
|
# user = "demo"
|
||
|
# group name
|
||
|
# group = "demo"
|