Nginx

Nginx (pronounced "engine x") is a web server. It can act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache - wikipedia

# Setting up Let's Encrypt

Let's Encrypt provides free certificates for HTTPS.

# Nginx Configuration

- location directive - nginx.org - Server & location block selection - digitalocean.com - Location examples - thegeekstuff.com

# Nginx

# fcgiwrap

You're going to need to install fcgiwrap to get nginx working with revIgniter - nginx.com

brew install fcgiwrap

# See also

For a quick and dirty php setup see - masnun.com

Nginx (pronounced "engine x") is a web server. It can act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache - wikipedia