2024-07-15 16:15:47 +03:00
|
|
|
daemon off;
|
2024-07-11 13:37:35 +03:00
|
|
|
pid run/angie.pid;
|
|
|
|
|
|
|
|
## almost useless
|
2024-07-23 21:59:49 +03:00
|
|
|
include load/mod-core-*.conf;
|
2024-07-11 13:37:35 +03:00
|
|
|
|
2024-07-23 21:59:49 +03:00
|
|
|
# mod-http.conf
|
|
|
|
# mod-mail.conf
|
|
|
|
# mod-stream.conf
|
2024-07-11 13:37:35 +03:00
|
|
|
include run/mod-*.conf;
|
|
|
|
|
|
|
|
events {
|
2024-07-24 22:47:53 +03:00
|
|
|
include autoconf.d/core_ev-*.conf;
|
2024-07-23 21:59:49 +03:00
|
|
|
include load/core_ev-*.conf;
|
2024-07-11 13:37:35 +03:00
|
|
|
}
|
2024-07-24 22:47:53 +03:00
|
|
|
include autoconf.d/core-*.conf;
|
2024-07-23 21:59:49 +03:00
|
|
|
include load/core-*.conf;
|
2024-07-11 13:37:35 +03:00
|
|
|
|
2024-07-23 21:59:49 +03:00
|
|
|
# ctx-http.conf
|
|
|
|
# ctx-mail.conf
|
|
|
|
# ctx-stream.conf
|
2024-07-11 13:37:35 +03:00
|
|
|
include run/ctx-*.conf;
|