Thanx! Installed nginx and all websites kept running smoothly under Apache. Strange that Apache is not supported anymore by Grafana. But the install of nginx was unavoidable over time :-)
It was not installed on my Plesk server on delivery. I could install it, but the websites I moved there were built without nginx as well. Installing nginx could maybe make a mess of it all. So I'd still like to make Grafana work without nginx.
Hi Maarten, On github I stumbled on some comments about ProxyPreserveHost (Unable to Create/Save Dashboard after v8.3.5 Update · Issue #45117 · grafana/grafana) Could that have something to do with this. Because I don't have nginx (or ipv6), only apache. If this can resolve the problem, clould...
BTW: I have another plesk server with comparable settings (Ubuntu 20.04.4 LTS). But not updated to 18.0.42 and with no reinstall of monitoring or grafana. grafana_plesk.inc is the same. This I see in the grafana.log. This is the complete log. The issue was only after the update Grafana was...
I just did a reinstall of monitoring and grafana. After that no change in grafana_plesk.inc:
location /modules/grafana/service/ {
proxy_set_header Host $http_host;
proxy_pass http://127.0.0.1:3030/;
rewrite ^/modules/grafana/service/login$...
Hi Igor,
I installed Plesk 18.0.42 just now on my Ubuntu 20.04.4 LTS. But I see no improvement on the monitoring. I still get "origin not allowed". As I mentioned before, the proxy_set_header is set. Grafana version is 8.3.6. The extension Grafana says version 1.3.2-286. Have I missed something?
I have the same problem, but the suggested quick fix does not help me. The proxy_set_header is already set. Reloading or restarting grafana does not help either. Maybe another way to solve this?