- Upgrade SSL options to support TLSv1.3, disable very old configuration https://ssl-config.mozilla.org/
- Upgrade to
1.26.2
nginx
- Add
http2_max_concurrent_streams
directive
- Add
upstream_socket_name
option
- Add
node['chef_rails_nginx']['disable_logs']
option to disable nginx logs
- Remove letsencrypt nginx config after letsencrypt setup is complete
- Update nginx to 1.25.4
- Update nginx to 1.25.3
- Add
config_app
option
- Add
config_pre
option
- Add letsencrypt location rule to https server
- Update nginx to 1.21.4
- Fix duplicate location "/" error when
basic_auth
andupstream
are enabled #1
- Update nginx to 1.19.10
- Fix override of worker_connections and worker_rlimit_nofile that does not work in some cases.
- Add http_config to server option
- Add webp image format
- Add webp image format
- Update nginx to 1.17.9
- Add
node['chef_rails_nginx']['letsencrypt']['renew']
param to configure renewal interval in days.
- Do not add
server_name
line when domains are nil
- Fix duplication of upstream names
- Update nginx to 1.17.0
- Add "proxied" log format, allow to specify log_format for access_log
- Added woff2 format to rule for static files.
- Allow to override node['nginx']['worker_connections'] and node['nginx']['worker_rlimit_nofile'].
- Add disable_https option.
- Add nginx restart after acme_certificate installation.
- Add "allow_http" option.
- Comple overhaul of cookbook. Add support for multiple nginx servers.