1
0
Fork 0

nitter: Allow favicon.ico

This commit is contained in:
Daniel Kempkens 2023-02-13 21:47:25 +01:00
parent 2b19cbf0ce
commit 4cb73927aa
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -52,6 +52,11 @@
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:8001";
};
locations."favicon.ico" = {
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:8001";
};
};
};
}