mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
commit
cb5fc89b28
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ in {
|
|||
enableACME = true;
|
||||
acmeRoot = null;
|
||||
forceSSL = true;
|
||||
locations."/grafana/".proxyPass = "http://${backend_ip}:3002";
|
||||
locations."/grafana/".proxyPass = "http://${backend_ip}:3002/grafana/";
|
||||
};
|
||||
"nc.${home_domain}" = {
|
||||
listen = [{ port = https_port; addr = "0.0.0.0"; ssl = true; }];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue