1
0
Fork 0

weewx: Remove from CF

This commit is contained in:
Daniel Kempkens 2023-03-06 22:21:22 +01:00
parent 3538d28e87
commit 934904d314
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -46,10 +46,13 @@ in
http3 = true;
root = "/etc/container-webserver/weewx/html/wdc";
index = "index.html";
forceSSL = true;
useACMEHost = "kempkens.io";
extraConfig = ''
index index.html;
'';
location."~* \.html$".extraConfig = ''
expires modified 120s;
'';