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
Copy file name to clipboardExpand all lines: content/nim/releases/known-issues.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,10 @@ Fetching latest CVE data from internet might fail if you enable "ssl_verify" in
42
42
2. Download the latest security advisories file from the [nginx.org repository](https://raw.githubusercontent.com/nginx/nginx.org/main/xml/en/security_advisories.xml) and save them with "cve.xml" as filename in "/usr/share/nms/cve.xml”
43
43
3. Restart the `nms` service.
44
44
45
+
```shell
46
+
sudo systemctl restart nms
47
+
```
48
+
45
49
After the restart you will see the line “loading CVE data from file” in the "nms.log" file.
0 commit comments