vmalert: Allow configuring http.pathPrefix
*vmalert* requires explicit configuration when it is behind a reverse proxy.
This commit is contained in:
@@ -16,3 +16,6 @@ external_url={{ vmalert_external_url }}
|
||||
{% if vmalert_external_alert_source|d %}
|
||||
external_alert_source={{ vmalert_external_alert_source }}
|
||||
{% endif %}
|
||||
{% if vmalert_http_path_prefix|d %}
|
||||
http_pathPrefix={{ vmalert_http_path_prefix }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user