We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 222673a commit 742685aCopy full SHA for 742685a
examples/systemd/nginx_exporter.service
@@ -4,7 +4,7 @@ Requires=nginx_exporter.socket
4
5
[Service]
6
User=nginx_exporter
7
-ExecStart=/usr/local/bin/nginx-prometheus-exporter --nginx.scrape-uri="http://127.0.0.1:8080/stub_status" --web.systemd-socket
+ExecStart=/usr/local/bin/nginx-prometheus-exporter --nginx.scrape-uri=http://127.0.0.1:8080/stub_status --web.systemd-socket
8
9
[Install]
10
WantedBy=multi-user.target
0 commit comments