NginX Reference
NginX Versions
- Core – default version (full with no third party modules)
- Light – extra light
- Full – some third party modules
- Extras – feature-heavy
Install or Change NginX Version
apt-get install nginx-core/light/full/extras
NginX RealIP Mod
- Real IP for use with Cloudflare – Link
- Real IP documentation – Link
- NginX Real IP and Cloudflare – Link
- Compiling NginX – Link
- Check NginX installed modules – Link
NginX PageSpeed Mod
- PageSpeed documentation – Link
Recompiling NginX to use Mods
NginX Server Block Redirects
- HTTP to HTTPS without affecting subdomains – Link
- HTTP to HTTPS using 301 redirects – Link
- www to non-www and vice versa – StackOverflow – DigitalOcean