Nginx install

From wikinotes

Binary Package Install

pkg install nginx  # FreeBSD
pacman -S nginx    # Archlinux

Compile from Source

You may need to compile for newer or disabled features.
I don't recall when I needed this.