Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 0dde02d

Browse files
committed
fix reference
1 parent 971eb7d commit 0dde02d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5554,7 +5554,7 @@ Example of a CLF line:
55545554
Custom log formatting
55555555
=====================
55565556
5557-
.. _customm-log-format:
5557+
.. _custom-log-format:
55585558
55595559
The **access_log** option
55605560
can be also set to an object
@@ -5630,7 +5630,7 @@ The **access_log** can be dynamically turned on and off by using the **if** opti
56305630
- if the value is empty, 0, false, null, or undefined,
56315631
the logs will not be recorded.
56325632
5633-
This feature lets users set conditions to determine whether access logs are
5633+
This feature lets users set conditions to determine whether access logs are
56345634
recorded. The **if** option supports a string and JavaScript code.
56355635
If its value is empty, 0, false, null, or undefined, the logs will not be
56365636
recorded. And the '!' as a prefix inverses the condition.

source/scripting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ They can be used with these :doc:`configuration <configuration>` options:
3434
to enable HTTP redirects.
3535

3636
- **format** in the
37-
:ref:`access log <customm-log-format>`
37+
:ref:`access log <custom-log-format>`
3838
to customize Unit's log output.
3939

4040
- **if** in the

0 commit comments

Comments
 (0)