kibana: tidy proxy url

This commit is contained in:
Astro 2020-05-23 02:35:16 +02:00
parent d69eee2b75
commit ef2f20658c
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
recommendedProxySettings = true;
virtualHosts = {
"kibana.hq.c3d2.de" =
vhost "http://localhost:${toString config.services.kibana.port}";
vhost "http://127.0.0.1:${toString config.services.kibana.port}";
"kibana-es.hq.c3d2.de" =
vhost "http://127.0.0.1:${toString config.services.elasticsearch.port}";
};