diff --git a/roles/web_stats/templates/vhost.j2 b/roles/web_stats/templates/vhost.j2 index f2dc086..0e5411a 100644 --- a/roles/web_stats/templates/vhost.j2 +++ b/roles/web_stats/templates/vhost.j2 @@ -27,6 +27,7 @@ server { location / { proxy_pass http://localhost:3000/; proxy_set_header X-Forwarded-For $remote_addr; + proxy_set_header Host $http_host; } location /meshviewer {