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; }