Puppet module for managing Nginx for Kraken Technologies machines.
- Stop logging
$remote_user
in logs by default
- Use puppet-lint to fixup module
- Use systemd override instead of replacing whole nginx.service file, allowing us to benefit from upstream service changes
- Increase limits for number of open files to prevent running out during a DDoS.
- Enable logging of
$remote_user
in logs
- Fix bug in handling Ubuntu 20.04.
- Add support for Ubuntu 20.04.
- Add Amazon Load Balancer Trace ID to access logs.
- Update requirement on puppetlabs-apt dependency from "2.2.1" to ">= 2.2.1"
- Allow config content to be passed in.
- Increase keepalive timeout.
- Log
$upstream_response_time
as a float.
- Stop logging
remote_user
- Allow no default conf to be set.
- Use unique string for update resource
- Fix typo in init.pp
- Use PPA to get Nginx 1.12
- Use
escape=json
inlog_format
- Log
upstream_response_time
as a string to avoid invalid JSON issues
Initial version.