|
1 | 1 | # Nginx-Craft Changelog |
2 | 2 |
|
| 3 | +## 1.0.5 - 2017.03.27 |
| 4 | +### Added |
| 5 | +* Added `webp` to the `expires` header support |
| 6 | + |
| 7 | +### Changed |
| 8 | +* Remove `etags` from static resources |
| 9 | +* Updated the CHANGELOG.md format |
| 10 | + |
3 | 11 | ## 1.0.4 - 2017.03.02 |
| 12 | +### Added |
| 13 | +* Added (commented out) support for error logging going to `SYSLOG` for log services |
| 14 | +* Redirect bots probing the site for WordPress vulnerabilities |
| 15 | +* Added information on `opcache` |
| 16 | +* Added a redirect for Do Not Track as per https://www.eff.org/dnt-policy |
| 17 | +* Change // -> / for all URLs, so it works for our php location block, too |
4 | 18 |
|
5 | | -* [Added] Added (commented out) support for error logging going to `SYSLOG` for log services |
6 | | -* [Added] Redirect bots probing the site for WordPress vulnerabilities |
7 | | -* [Added] Added information on `opcache` |
8 | | -* [Improved] Removed `le-well-known.conf` so that it doesn't conflict with default Forge setups |
9 | | -* [Added] Added a redirect for Do Not Track as per https://www.eff.org/dnt-policy |
10 | | -* [Added] Change // -> / for all URLs, so it works for our php location block, too |
11 | | -* [Improved] Updated README.md |
| 19 | +### Changed |
| 20 | +* Removed `le-well-known.conf` so that it doesn't conflict with default Forge setups |
| 21 | +* Updated README.md |
12 | 22 |
|
13 | 23 | ## 1.0.3 - 2016.12.10 |
| 24 | +### Added |
| 25 | +* Added support for localized sites (commented out by default) |
| 26 | +* Added `HTTP_PROXY` |
| 27 | +* Added `client_max_body_size` to the README.md |
14 | 28 |
|
15 | | -* [Added] Added support for localized sites (commented out by default) |
16 | | -* [Added] Added `HTTP_PROXY` |
17 | | -* [Added] Added `client_max_body_size` to the README.md |
18 | | -* [Improved] Updated README.md |
| 29 | +### Changed |
| 30 | +* Updated README.md |
19 | 31 |
|
20 | 32 | ## 1.0.2 - 2016.11.30 |
| 33 | +### Added |
| 34 | +* Added an example Forge configuration in `forge-example` |
| 35 | +* 301 Redirect URLs with trailing /'s as per https://webmasters.googleblog.com/2010/04/to-slash-or-not-to-slash.html |
21 | 36 |
|
22 | | -* [Added] Added an example Forge configuration in `forge-example` |
23 | | -* [Added] 301 Redirect URLs with trailing /'s as per https://webmasters.googleblog.com/2010/04/to-slash-or-not-to-slash.html |
24 | | -* [Improved] Updated README.md |
| 37 | +### Changed |
| 38 | +* Updated README.md |
25 | 39 |
|
26 | 40 | ## 1.0.1 - 2016.11.09 |
| 41 | +### Added |
| 42 | +* Added `server_tokens off` to disable sending the Nginx version number |
| 43 | +* Added a commented out `Content-Security-Policy` header in `security.conf` |
27 | 44 |
|
28 | | -* [Added] Added `server_tokens off` to disable sending the Nginx version number |
29 | | -* [Added] Added a commented out `Content-Security-Policy` header in `security.conf` |
30 | | -* [Improved] Updated README.md |
| 45 | +### Changed |
| 46 | +* Updated README.md |
31 | 47 |
|
32 | 48 | ## 1.0.0 - 2016.11.01 |
33 | | - |
34 | | -* [Added] Initial release |
| 49 | +### Added |
| 50 | +* Initial release |
35 | 51 |
|
36 | 52 | Brought to you by [nystudio107](https://nystudio107.com/) |
0 commit comments