enable https
This commit is contained in:
parent
b2661d0a16
commit
64cec11c5c
|
@ -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}:/";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue