Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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?