From a8843804c0b34a70deb3fb0aeaa97d2246ab470c Mon Sep 17 00:00:00 2001 From: Daniel Edgar Date: Tue, 14 Oct 2025 09:34:36 -0400 Subject: [PATCH] Fix: Commented config has invalid syntax Though this is in a commented section, if the line is un-commented, the syntax will be invalid as it lacked the trailing `;`. --- content/includes/config-snippets/enable-nplus-api-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/includes/config-snippets/enable-nplus-api-dashboard.md b/content/includes/config-snippets/enable-nplus-api-dashboard.md index cd086ae0c..c43c9297f 100644 --- a/content/includes/config-snippets/enable-nplus-api-dashboard.md +++ b/content/includes/config-snippets/enable-nplus-api-dashboard.md @@ -25,7 +25,7 @@ server { api write=on; # To restrict access by network, uncomment and set your network: - # allow 192.0.2.0/24 # replace with your network + # allow 192.0.2.0/24; # replace with your network # deny all; }