Serve Grafana from subpath

This commit is contained in:
Rodrigo Arias 2025-06-12 12:57:34 +02:00
parent eab9983f39
commit f2b5ef6480

View File

@ -10,10 +10,9 @@
enable = true;
settings = {
server = {
domain = "localhost";
#domain = "jungle.bsc.es";
#root_url = "%(protocol)s://%(domain)s/grafana";
#serve_from_sub_path = true;
domain = "jungle.bsc.es";
root_url = "%(protocol)s://%(domain)s/grafana";
serve_from_sub_path = true;
http_port = 2342;
http_addr = "127.0.0.1";
};