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