luafcgi/config-example.toml
2023-01-16 01:03:00 +01:00

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"