The Angie HTTP server is installed and serving this page. Further configuration is required to begin hosting your own content.
The configuration file lives at /etc/angie/angie.conf. After making changes, reload the server.
stage: default
Angie is a continuation of the nginx code base, maintained as an independent project. It inherits the well-known directive vocabulary and event-driven core, then adds features for hot configuration reload, runtime API observability and richer upstream health checks.
Most existing nginx configuration files can be reused without changes. New features are exposed through additional directives that nginx ignores, so config files stay portable between the two engines.
/var/www/angie/html.root directive in the default server block.angie -t.sudo systemctl reload angie.ngx_http_acme — built-in ACME client for automatic certificates.ngx_http_api — runtime configuration and statistics.ngx_http_upstream_sticky — cookie-based affinity.ngx_http_keyval — shared key-value storage.ngx_http_upstream_probe — active health checks.Access entries go to /var/log/angie/access.log. Errors land in error.log next to it. Use the runtime API to inspect counters without parsing log files.
Documentation: angie.software