nginx

Enable gzip compression
Configure a predefined list of static file types to use nginx gzip compression. This can increase page delivery speed and improve website scores in some automated tests.

Enable HTTP/2
Upgrade connections to HTTP/2. This can drastically improve web app performance, but may decrease compatibility.

Enable WordPress trap
Activates a special Fail2Ban configuration built to ban any address that requests a URL which contains wp- and fails with a HTTP Status other than 2xx or 3xx. The rule bans an attacking IP Address from using the HTTP/80 and HTTPS/443 ports for 10 hours.

For servers without WordPress installed, this increases security and reduces time wasted with bad actors who scan for commonly vulnerable website software. This trap is only for use on a server that does not have WordPress installed!

Hide server tokens
Configure nginx to not announce itself on error pages. This does not affect the Server: response header.

Lifeboat Application Offline page
Toggles the availability of the automatic-reload page that is shown when a Web Application is offline. When the page is disabled, a standard nginx 502 page is displayed.

Protect invisible and config dot-files
Drop connections requesting files and folders where the first character is a . This protects directories like .git and .DS_Store, as well as known config files like wp-config.php.

Additional nginx options may be available in the future.