Angie is an efficient, powerful, and scalable web server that was forked from nginx to act as a drop-in replacement, so you can use existing setups without major changes to module layout or configuration.
Angie is an efficient, powerful, and scalable web server that was forked from nginx to act as a drop-in replacement, so you can use existing setups without major changes to module layout or configuration.
To install angie, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install angie
To see what files were installed by angie, run:
port contents angie
To later upgrade angie, run:
sudo port selfupdate && sudo port upgrade angie
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.