22 lines
371 B
Plaintext
22 lines
371 B
Plaintext
daemon off;
|
|
pid run/angie.pid;
|
|
|
|
## almost useless
|
|
include load/mod-core-*.conf;
|
|
|
|
# mod-http.conf
|
|
# mod-mail.conf
|
|
# mod-stream.conf
|
|
include run/mod-*.conf;
|
|
|
|
events {
|
|
include autoconf.d/core_ev-*.conf;
|
|
include load/core_ev-*.conf;
|
|
}
|
|
include autoconf.d/core-*.conf;
|
|
include load/core-*.conf;
|
|
|
|
# ctx-http.conf
|
|
# ctx-mail.conf
|
|
# ctx-stream.conf
|
|
include run/ctx-*.conf; |