2024-07-15 16:15:47 +03:00
|
|
|
daemon off;
|
2024-07-11 13:37:35 +03:00
|
|
|
pid run/angie.pid;
|
|
|
|
lock_file lock.d/angie.lock;
|
|
|
|
|
|
|
|
## almost useless
|
2024-07-15 16:15:47 +03:00
|
|
|
include mod.d/core-*.load;
|
2024-07-11 13:37:35 +03:00
|
|
|
|
|
|
|
# mod-http.conf.in
|
|
|
|
# mod-mail.conf.in
|
|
|
|
# mod-stream.conf.in
|
|
|
|
include run/mod-*.conf;
|
|
|
|
|
|
|
|
events {
|
|
|
|
include conf.d/core_ev-*.conf;
|
2024-07-15 16:15:47 +03:00
|
|
|
include snip.d/core_ev-*.load;
|
2024-07-11 13:37:35 +03:00
|
|
|
}
|
|
|
|
include conf.d/core-*.conf;
|
2024-07-15 16:15:47 +03:00
|
|
|
include snip.d/core-*.load;
|
2024-07-11 13:37:35 +03:00
|
|
|
|
|
|
|
# ctx-http.conf.in
|
|
|
|
# ctx-mail.conf.in
|
|
|
|
# ctx-stream.conf.in
|
|
|
|
include run/ctx-*.conf;
|