23 lines
411 B
Plaintext
23 lines
411 B
Plaintext
daemon off;
|
|
pid run/angie.pid;
|
|
lock_file lock.d/angie.lock;
|
|
|
|
## almost useless
|
|
include mod.d/core-*.load;
|
|
|
|
# mod-http.conf.in
|
|
# mod-mail.conf.in
|
|
# mod-stream.conf.in
|
|
include run/mod-*.conf;
|
|
|
|
events {
|
|
include conf.d/core_ev-*.conf;
|
|
include snip.d/core_ev-*.load;
|
|
}
|
|
include conf.d/core-*.conf;
|
|
include snip.d/core-*.load;
|
|
|
|
# ctx-http.conf.in
|
|
# ctx-mail.conf.in
|
|
# ctx-stream.conf.in
|
|
include run/ctx-*.conf; |