Nginx
Nginx runs in front of every application on Amezmo and serves it in production from the first deploy. It terminates Transport Layer Security (TLS), serves static files directly from your public document root and passes dynamic requests to PHP-FPM (FastCGI Process Manager). You adjust the parts that vary per application through the pages below.
- Configuration documents the directives Amezmo generates and the values you can override.
- Location blocks route requests and add rules for specific paths in your application.
- Compression and caching sets response compression and cache headers for static assets.
- HTTP authentication puts a username and password in front of a site or a path.