From 6e5757b54c1337b6bfab14fb8517fd172a3c5c18 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 15 Nov 2023 11:58:32 +0100 Subject: [PATCH] Fix the virtualhost configuration. --- defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 3ae00ab..619f22e 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -294,7 +294,7 @@ grafana_nginx_virthosts: server_tokens: "off" websockets: true proxy_standard_setup: true - proxies: + locations: - location: / websockets: true - target: http://localhost:{{ grafana_http_port }}; + target: http://localhost:{{ grafana_http_port }}