enable https

This commit is contained in:
Daniel Frank 2022-01-22 17:44:23 +01:00
parent b2661d0a16
commit 64cec11c5c
Signed by: tokudan
GPG key ID: 063CCCAD04182D32

View file

@ -9,8 +9,10 @@
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts."stats" = {
virtualHosts."stats.hamburg.freifunk.net" = {
default = true;
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://unix:${config.services.grafana.socket}:/";
};
};