nitter: Allow favicons
This commit is contained in:
parent
2c37e54b8d
commit
c43ef3fe59
1 changed files with 15 additions and 0 deletions
|
@ -53,6 +53,21 @@
|
||||||
proxyPass = "http://127.0.0.1:8001";
|
proxyPass = "http://127.0.0.1:8001";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
locations."/favicon.ico" = {
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
proxyPass = "http://127.0.0.1:8001";
|
||||||
|
};
|
||||||
|
|
||||||
|
locations."/favicon-32x32.png" = {
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
proxyPass = "http://127.0.0.1:8001";
|
||||||
|
};
|
||||||
|
|
||||||
|
locations."/favicon-16x16.png" = {
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
proxyPass = "http://127.0.0.1:8001";
|
||||||
|
};
|
||||||
|
|
||||||
locations."/apple-touch-icon.png" = {
|
locations."/apple-touch-icon.png" = {
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
proxyPass = "http://127.0.0.1:8001";
|
proxyPass = "http://127.0.0.1:8001";
|
||||||
|
|
Loading…
Reference in a new issue