1
0
Files
angie-conv-image/angie/angie.conf
2025-06-05 11:01:19 +03:00

15 lines
285 B
Plaintext

daemon off;
pid /run/ngx/angie.pid;
include mod-core.conf;
# mod-http.conf
# mod-mail.conf
# mod-stream.conf
include /run/ngx/conf.ctx/mod-*.conf;
include ctx-core_ev.conf;
include ctx-core.conf;
# ctx-http.conf
# ctx-mail.conf
# ctx-stream.conf
include /run/ngx/conf.ctx/ctx-*.conf;