Releases: nystudio107/nginx-craft
Releases · nystudio107/nginx-craft
Version 1.0.4
- [Added] Added (commented out) support for error logging going to
SYSLOG
for log services - [Added] Redirect bots probing the site for WordPress vulnerabilities
- [Added] Added information on
opcache
- [Improved] Removed
le-well-known.conf
so that it doesn't conflict with default Forge setups - [Added] Added a redirect for Do Not Track as per https://www.eff.org/dnt-policy
- [Added] Change // -> / for all URLs, so it works for our php location block, too
- [Improved] Updated README.md
Version 1.0.3
- [Added] Added support for localized sites (commented out by default)
- [Added] Added
HTTP_PROXY
- [Added] Added
client_max_body_size
to the README.md - [Improved] Updated README.md
Version 1.0.2
- [Added] Added an example Forge configuration in
forge-example
- [Added] 301 Redirect URLs with trailing /'s as per https://webmasters.googleblog.com/2010/04/to-slash-or-not-to-slash.html
- [Improved] Updated README.md
Version 1.0.1
- [Added] Added
server_tokens off
to disable sending the Nginx version number - [Added] Added a commented out
Content-Security-Policy
header insecurity.conf
- [Improved] Updated README.md
Version 1.0.0
- [Added] Initial release