Open wdpypere opened 2 months ago
+1 to not shipping weak defaults. I think there's a couple of options:
Both options are backwards incompatible, the first leads to a template compile error with trivial fix, the second will likely work seamlessly for people but carries the risk of breaking a deployed app somewhere.
My vote would be for :two: with an appropriate call-out in the release notes.
Looking at the nginx schema I see following defaults:
This is quite weak, and outdated. Do we regard it as our responsibility to provide secure defaults? Otherwise I would change these to:
which would work on el8 (nginx 1.17) and beyond. Maybe lower as well but I don't have a el7 machine to test.