Releases: h5bp/server-configs-nginx
Releases · h5bp/server-configs-nginx
v5.0.1
v5.0.0
- 🎉 Significant improvement on
Cache-Control
definition and usageCache-Control
boilerplate with extensive control by @LeoColomb in #319- Switch to a proper
no-cache
directive on cache expiration config by @allantatter in #314 - Valuable feedbacks by @StrangePeanut, @jchimene, @emansom, and @Dreamsorcerer
- Reorder and improve cache expiration
expires
map by @LeoColomb in #324 - Drop
image/avif-sequence
MIME-type in 4bc5275 - Improve inline comments.
Full Changelog: 4.2.0...5.0.0
v4.2.0
v4.1.0
v4.0.0
v3.3.0
v3.2.0
- Stricter default for Referrer Policy
strict-origin-when-cross-origin
[e0724b8] - Revert: drop
Cache-Control: no-transform
usage [bc39e4c] - Rewrite, improve and update a large part of the documentation [0af3052][177a5e9][5ca3aed][bb2a30c][5ca3aed]
- Ensure the presence of security headings where expected [4168940][3615dfa][98de990]
- Remove non-ASCII character from config files [d2f5972]
- Improve inline comments.
v3.1.0
- Drop
Cache-Control: no-transform
usage [282d979] - Disable cache expiration for empty content-type resources [c73d1ef]
- Remove Content-Security-Policy from
basic.conf
includes [29ff09a] - Improve default Content-Security-Policy values [276af8d]
- Add Google Public DNS IPv6 and Cloudflare DNS IP addresses to default
resolver
[28874c3] - Pre-compressed content usage config files [8db768b]
- Improve inline comments.
v3.0.1
v3.0.0
⚠️ Breaking: Drop support for Nginx version < 1.8.0 [1f5d635]⚠️ Breaking: Switch fromsites-enabled
/available
toconf.d
[306af36]⚠️ Breaking: Refactorh5bp/
directives to strict atomic structure [496af1c] [2d13505]⚠️ Breaking: Refactor and modernize TLS/SSL directives [1b2b4eb...d2531ac
]⚠️ Breaking: Move common header directives from location directives to mapped values based on MIME-types [6dd4cc2]- 🎉 Tests! Add tests and configure continuous integration to help community contributions [52e1353]
- Replace location block
add_header
directives withexpires
directives [135d093] - Support hashed asset names [1b2b4eb]
- Update many values in MIME-types table [62dbd41] [08272b6] [9c6aad8] [b244111] [94262e7] [b244111] [fe7ff95]
- Remove outdated
inline
script [8a4a1ce] - Improve inline comments and review documentation.