You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controllers/nginx/configuration.md
+3
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,9 @@ Setting at least one code also enables [proxy_intercept_errors](http://nginx.org
188
188
Example usage: `custom-http-errors: 404,415`
189
189
190
190
191
+
**disable-access-log:** Disables the Access Log from the entire Ingress Controller. This is 'false' by default.
192
+
193
+
191
194
**enable-dynamic-tls-records:** Enables dynamically sized TLS records to improve time-to-first-byte. Enabled by default. See [CloudFlare's blog](https://blog.cloudflare.com/optimizing-tls-over-tcp-to-reduce-latency) for more information.
0 commit comments