Fix nginx config
This commit is contained in:
parent
95927664fd
commit
9cc0f96f19
1 changed files with 3 additions and 2 deletions
|
@ -47,8 +47,9 @@ http {
|
||||||
expires modified 1h;
|
expires modified 1h;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /dwd {
|
location ~ ^/dwd/(icons|warn_icons)/ {
|
||||||
root /home/weewx/public_html/dwd;
|
root /home/weewx/public_html;
|
||||||
|
expires 12h;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue