Releases: nystudio107/nginx-craft
Releases · nystudio107/nginx-craft
Version 1.0.24
- Added
alwaysto all of the added headers insecurity.confso that they are added regardless of response code
Version 1.0.23
Added
- Added better
Cache-Controlheader settings inexpires.conffor static resources, leveragingimmutable,must-revalidate, andmax-age - Added
svgto cache-busted extensions incache-busting.conf
Version 1.0.22
Changed
- Enable serving of static gzip files via gzip_static
- Removed superfluous whitespace in map block
Version 1.0.21
Changed
- Load
security.conffrom nginx-partials again inside of thelocation ~ [^/]\.php(/|$)block - Added
xmlrpcto the WordPress redirects
Version 1.0.20
Changed
- Removed the
locationblock inexpires.confthat matched.rssand.atomsince these almost always should go through Craft
Version 1.0.19
Added
- Include an example of serving up a placeholder image when a 404 happens for static image assets
Version 1.0.18
Added
- Includes Dotenvy generated
.envfiles
Version 1.0.17
Added
- Don't allow browser caching of dynamically generated content
Changed
- Added "Remove if you don't plan to use server-set ENV variables" comment
Version 1.0.16
Changed
- Removed duplicate
client_max_body_sizedirectives
Version 1.0.15
Changed
- Removed incorrect
=404directives