Skip to content

Commit e96c1d3

Browse files
authored
Fix: Commented config has invalid syntax (#1298)
Though this is in a commented section, if the line is un-commented, the syntax will be invalid as it lacked the trailing `;`.
1 parent b7ce368 commit e96c1d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/includes/config-snippets/enable-nplus-api-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ server {
2525
api write=on;
2626
2727
# To restrict access by network, uncomment and set your network:
28-
# allow 192.0.2.0/24 # replace with your network
28+
# allow 192.0.2.0/24; # replace with your network
2929
# deny all;
3030
}
3131

0 commit comments

Comments
 (0)