Releases: nystudio107/nginx-craft
Releases · nystudio107/nginx-craft
Version 1.0.24
- Added
always
to all of the added headers insecurity.conf
so that they are added regardless of response code
Version 1.0.23
Added
- Added better
Cache-Control
header settings inexpires.conf
for static resources, leveragingimmutable
,must-revalidate
, andmax-age
- Added
svg
to 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.conf
from nginx-partials again inside of thelocation ~ [^/]\.php(/|$)
block - Added
xmlrpc
to the WordPress redirects
Version 1.0.20
Changed
- Removed the
location
block inexpires.conf
that matched.rss
and.atom
since 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
.env
files
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_size
directives
Version 1.0.15
Changed
- Removed incorrect
=404
directives