mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 18:19:09 +00:00
hosts/plover: fix nginx code for Grafana server
This commit is contained in:
parent
2632b75bf2
commit
7430d992f2
@ -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" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user