You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set/change comment for existing group, but no success.
Existing nginx config has 4 server blocks and I need to change some content inside and I would like to add comments for each server block.
After this code the filed comment is empty for the first block:
varnginx= NginxConfig.LoadFrom(nginxConfigPath);
nginx.AddOrUpdate("server[0]","",true,"Some comment for the first server block");
Could you please tell me if it possible and how it is possible?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to set/change comment for existing group, but no success.
Existing nginx config has 4 server blocks and I need to change some content inside and I would like to add comments for each server block.
After this code the filed comment is empty for the first block:
Could you please tell me if it possible and how it is possible?
Thanks in advance
The text was updated successfully, but these errors were encountered: