hosts/plover: fix nginx code for Grafana server

This commit is contained in:
Gabriel Arazas 2023-10-13 16:55:39 +08:00
parent 2632b75bf2
commit 7430d992f2
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -104,7 +104,7 @@ in
}; };
# Make Grafana as the default to be redirected. # Make Grafana as the default to be redirected.
"= /".return = "/grafana"; "= /".return = "301 /grafana";
# Serving Grafana with a subpath. # Serving Grafana with a subpath.
"/grafana" = { "/grafana" = {