weewx: Remove from CF
This commit is contained in:
parent
3538d28e87
commit
934904d314
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue