weewx: Do not proxy to container at all
This commit is contained in:
parent
bdb64abf93
commit
ae439fb10c
1 changed files with 1 additions and 2 deletions
|
@ -82,8 +82,7 @@ in
|
||||||
'';
|
'';
|
||||||
|
|
||||||
locations."~ ^/dwd/(icons|warn_icons)/" = {
|
locations."~ ^/dwd/(icons|warn_icons)/" = {
|
||||||
recommendedProxySettings = true;
|
root = "${data-dir}/static_html";
|
||||||
proxyPass = "http://127.0.0.1:8000";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
locations."~ ^/dwd/[\w]+\.(gif|png)".extraConfig = ''
|
locations."~ ^/dwd/[\w]+\.(gif|png)".extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue