1
0
Fork 0

nitter: Allow apple-touch-icon.png

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

View file

@ -53,7 +53,7 @@
proxyPass = "http://127.0.0.1:8001";
};
locations."favicon.ico" = {
locations."/apple-touch-icon.png" = {
recommendedProxySettings = true;
proxyPass = "http://127.0.0.1:8001";
};