Skip to content

Commit 2af79ee

Browse files
committed
Fix insecure option
1 parent cf0aa52 commit 2af79ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/apache_exporter.service.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Group={{ apache_exporter_system_group }}
88

99
ExecStart=/usr/local/bin/apache_exporter \
1010
{% if apache_exporter_ignore_https %}
11-
-insecure
11+
-insecure \
1212
{% endif %}
1313
-scrape_uri {{ apache_exporter_scrape_uri }} \
1414
-telemetry.address {{ apache_exporter_telemetry_address }} \

0 commit comments

Comments
 (0)