Bugfix: honor error_log => 'none' parameter on Debian Wheezy, Jessie, Stretch and sid.
Previously the nginx.conf template would unconditionally implement the equivalent of error_log => 'distribution' in addition to what the user actually configured, and we would log everything once too many, i.e. twice if error_log => 'distribution' and once if error_log => 'none'.
Loading
Please register or sign in to comment