Archived
1
0
Fork 0

Fix nginx config

This commit is contained in:
Daniel Kempkens 2022-12-23 00:06:31 +01:00
parent 95927664fd
commit 9cc0f96f19
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -47,8 +47,9 @@ http {
expires modified 1h;
}
location /dwd {
root /home/weewx/public_html/dwd;
location ~ ^/dwd/(icons|warn_icons)/ {
root /home/weewx/public_html;
expires 12h;
}
}
}