1
0
Fork 0

nitter: Allow favicons

This commit is contained in:
Daniel Kempkens 2023-02-13 21:57:17 +01:00
parent 2c37e54b8d
commit c43ef3fe59
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -53,6 +53,21 @@
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" = {
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:8001";