Skip to content

Releases: pothi/wordpress-nginx

Multiple Minor Fixes and Updates

09 Jul 06:07
Compare
Choose a tag to compare
  • Change naming scheme as per https://inclusivenaming.org/language/word-list/
  • Add brotli compression support
  • Fix the logic that detects AMP URLs for cache-miss
  • Drop support for TLSv1.1; prepare support for TLSv1.3
  • Add restrictions file for public facing development / testing / staging sites
  • Avoid duplicate content on KeyCDN

Multiple small fixes and tiny improvements!

27 Jul 04:36
Compare
Choose a tag to compare
  • Improved catchall / default template
  • Support for large file uploads (or WordPress imports)
  • Verifying LetsEncrypt via port 80 (during initial verification)
  • Support for "Cache Enabler" plugin!
  • Auto versioning support
  • Code sample to speedup generation of dhparam
  • Better template for pma.example.com!

Major changes!

09 May 14:28
Compare
Choose a tag to compare

Some breaking changes since v2.0 (or since v1.0 if it is still being used).

Naming convention has been improved. So, name of the some of the files are changed. Please check the changelog.txt for details.

  • Cloudflare support added.
  • WebP support added.
  • IPv6 support added.
  • Tested with Ubuntu Bionic Beaver (18.04).
  • Testing with the latest stable version of Nginx (version 14.x)

If you notice any issues, please create a thread in Github. Thank you!

Major changes!

20 Dec 15:15
Compare
Choose a tag to compare

Some breaking changes ahead.

If you use v1.0, you may find that naming scheme has changed a lot. In terms of breaking changes, globals/common-locations.conf has been renamed to globals/assets.conf. Other naming changes are unlikely to affect the existing sites! If it did affect your installation, I am glad to help!

Other features:

  • Improved docs.
  • Added support for WP Fastest Cache.
  • Added support for query string cache in WP Rocket plugin.
  • Added support for SSL from LetsEncrypt.
  • Added vhost template for development sites!

First stable version!

23 Apr 17:18
Compare
Choose a tag to compare

v1.0

  • released on April 23, 2017
  • uniform naming scheme for domain names
  • uniform naming scheme for default files
  • introduction of blacklist and whitelist for IP addresses
  • fix tab/space conflict; now we use only spaces
  • enable gzip by default