1
24.7 Production Series / Re: Dashboard graphs and reverse proxy
« on: November 14, 2024, 12:50:32 am »The solution turned out to be pretty simple:
Code: [Select]
location / {
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_pass http://172.31.0.1;
}
The live widgets are working with these two extra options.