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: docs/configuration/observability-logging.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,13 +35,13 @@ This page describes KDL directives for configuring Ferron logging outputs, forma
35
35
- This directive specifies whether to enable logging error logs to the standard output stream. Default: `error_log_stdout #false`
36
36
-`error_log_stderr [enable_error_log_stderr: bool]` (_stdlog_ observability backend; Ferron 2.5.0 or newer)
37
37
- This directive specifies whether to enable logging error logs to the standard error stream. Default: `error_log_stderr #false`
38
-
-`log_rotate_size <log_rotate_size: integer|null>` (_log_ observability backend; Ferron UNRELEASED or newer)
38
+
-`log_rotate_size <log_rotate_size: integer|null>` (_log_ observability backend; Ferron 2.6.0 or newer)
39
39
- This directive specifies the maximum size (in bytes) of an access log file before it is rotated. After rotation, previous log files are renamed with a numeric suffix. If the value is `#null`, log rotation is disabled. Default: `log_rotate_size #null`
40
-
-`log_rotate_keep <log_rotate_keep: integer|null>` (_log_ observability backend; Ferron UNRELEASED or newer)
40
+
-`log_rotate_keep <log_rotate_keep: integer|null>` (_log_ observability backend; Ferron 2.6.0 or newer)
41
41
- This directive specifies the maximum number of access log files to keep. If the value is `#null`, log rotation is disabled. Default: `log_rotate_count #null`
42
-
-`error_log_rotate_size <error_log_rotate_size: integer|null>` (_log_ observability backend; Ferron UNRELEASED or newer)
42
+
-`error_log_rotate_size <error_log_rotate_size: integer|null>` (_log_ observability backend; Ferron 2.6.0 or newer)
43
43
- This directive specifies the maximum size (in bytes) of an error log file before it is rotated. After rotation, previous log files are renamed with a numeric suffix. If the value is `#null`, log rotation is disabled. Default: `error_log_rotate_size #null`
44
-
-`error_log_rotate_keep <error_log_rotate_keep: integer|null>` (_log_ observability backend; Ferron UNRELEASED or newer)
44
+
-`error_log_rotate_keep <error_log_rotate_keep: integer|null>` (_log_ observability backend; Ferron 2.6.0 or newer)
45
45
- This directive specifies the maximum number of error log files to keep. If the value is `#null`, log rotation is disabled. Default: `error_log_rotate_count #null`
- This directive specifies the URL to which the web server should send requests for forwarded authentication. Unix sockets are also supported via the `unix` prop set to the path to the socket (and the main value is set to the URL of the website), supported only on Unix and Unix-like systems (Ferron UNRELEASED and newer). Established connections can be limited by the `limit` prop (Ferron 2.4.0 and newer); this can be useful for backend server that don't utilize event-driven I/O. Timeout for idle kept-alive connections (in milliseconds) can also be specified via the `idle_timeout` prop (Ferron 2.4.0 and newer); by default it is set to `60000` (60 seconds). Default: none
121
+
- This directive specifies the URL to which the web server should send requests for forwarded authentication. Unix sockets are also supported via the `unix` prop set to the path to the socket (and the main value is set to the URL of the website), supported only on Unix and Unix-like systems (Ferron 2.6.0 and newer). Established connections can be limited by the `limit` prop (Ferron 2.4.0 and newer); this can be useful for backend server that don't utilize event-driven I/O. Timeout for idle kept-alive connections (in milliseconds) can also be specified via the `idle_timeout` prop (Ferron 2.4.0 and newer); by default it is set to `60000` (60 seconds). Default: none
- This directive specifies whether the server should not verify the TLS certificate of the backend authentication server. Default: `auth_to_no_verification #false`
Copy file name to clipboardExpand all lines: docs/configuration/security-tls.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ manual-tls.example.com {
101
101
- This directive specifies IP addresses and CIDR ranges to be blocked. If set as `block #null`, this directive is ignored. This directive was global-only before Ferron 2.1.0. This directive can be specified multiple times. Default: none
- This directive specifies IP addresses and CIDR ranges to be allowed. If set as `allow #null`, this directive is ignored. This directive was global-only before Ferron 2.1.0. This directive can be specified multiple times. Default: none
104
-
-`abort [abort_request: bool]` (Ferron UNRELEASED or newer)
104
+
-`abort [abort_request: bool]` (Ferron 2.6.0 or newer)
105
105
- This directive specifies whether to immediately close the connection without sending any response. Default: `abort #false`
0 commit comments