Nginx install

From wikinotes
Revision as of 22:06, 21 March 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.