Skip to content

Commit b97d1c7

Browse files
committed
fix: workaround for callout
1 parent 47245e4 commit b97d1c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nim/nginx-instances/manage-instance-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To add an instance to an instance group when installing the NGINX Agent:
134134
sudo sh install.sh --instance-group nginx-01
135135
```
136136

137-
{{< call-out "important" >}}
137+
{{< call-out "important" "Important:" >}}
138138
If the specified instance group doesn't already exist, the NGINX Agent installer will create it, using the current instance's NGINX config as the group's config file. This means that all instances added to the group later will use this config as well. If you're using a script to add instances, you should consider carefully which instance to run the script on first.
139139
{{< /call-out >}}
140140

0 commit comments

Comments
 (0)