luafcgi/config-example.toml

10 lines
159 B
TOML
Raw Normal View History

2023-01-16 01:03:00 +01:00
# 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"