Skip to content

Releases: nystudio107/nginx-craft

Version 1.0.24

15 May 16:54
Compare
Choose a tag to compare
  • Added always to all of the added headers in security.conf so that they are added regardless of response code

Version 1.0.23

15 May 02:37
Compare
Choose a tag to compare

Added

  • Added better Cache-Control header settings in expires.conf for static resources, leveraging immutable, must-revalidate, and max-age
  • Added svg to cache-busted extensions in cache-busting.conf

Version 1.0.22

31 Dec 21:26
Compare
Choose a tag to compare

Changed

  • Enable serving of static gzip files via gzip_static
  • Removed superfluous whitespace in map block

Version 1.0.21

24 Jul 16:11
Compare
Choose a tag to compare

Changed

  • Load security.conf from nginx-partials again inside of the location ~ [^/]\.php(/|$) block
  • Added xmlrpc to the WordPress redirects

Version 1.0.20

16 May 03:43
Compare
Choose a tag to compare

Changed

  • Removed the location block in expires.conf that matched .rss and .atom since these almost always should go through Craft

Version 1.0.19

10 Apr 19:07
Compare
Choose a tag to compare

Added

  • Include an example of serving up a placeholder image when a 404 happens for static image assets

Version 1.0.18

22 Mar 12:54
Compare
Choose a tag to compare

Added

  • Includes Dotenvy generated .env files

Version 1.0.17

21 Aug 18:30
Compare
Choose a tag to compare

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

15 May 04:22
Compare
Choose a tag to compare

Changed

  • Removed duplicate client_max_body_size directives

Version 1.0.15

23 Jan 14:52
Compare
Choose a tag to compare

Changed

  • Removed incorrect =404 directives