16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
|
pid /run/angie.pid;
|
||
|
|
||
|
include mod.d/core-*.conf;
|
||
|
include mod.d/http-*.conf;
|
||
|
include mod.d/mail-*.conf;
|
||
|
include mod.d/stream-*.conf;
|
||
|
|
||
|
events {
|
||
|
include conf.d/core_events-*.conf;
|
||
|
}
|
||
|
include conf.d/core-*.conf;
|
||
|
|
||
|
include http.conf;
|
||
|
# include mail.conf;
|
||
|
# include stream.conf;
|