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: docs/http/http-installation-guide.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -207,15 +207,22 @@ This can be any standard Linux OS system, based on the Linux Distro and Technica
207
207
208
208
>NOTE: This Solution will only work with NGINX Plus, as NGINX OpenSource does not have the API that is used in this Solution. Installation on unsupported Linux Distros is not recommended.
209
209
210
+
1. If you need a license for NGINX Plus, a 30-day Trial license is available here:
211
+
212
+
https://www.nginx.com/free-trial-request/
213
+
210
214
1. Install the NGINX Javascript module (njs). This is required for exporting Prometheus Metrics from NGINX Plus.
211
215
212
216
```bash
213
217
yum install nginx-plus-module-njs
218
+
214
219
```
215
220
216
-
1. If you need a license for NGINX Plus, a 30-day Trial license is available here:
0 commit comments