enable https
This commit is contained in:
parent
b2661d0a16
commit
64cec11c5c
|
@ -9,8 +9,10 @@
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
virtualHosts."stats" = {
|
virtualHosts."stats.hamburg.freifunk.net" = {
|
||||||
default = true;
|
default = true;
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://unix:${config.services.grafana.socket}:/";
|
locations."/".proxyPass = "http://unix:${config.services.grafana.socket}:/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue