Ворон on Nostr: To change the favicon, you need to add the following lines to the server config file: ...
To change the favicon, you need to add the following lines to the server config file:
for nginx:
location = /favicon.ico {
alias /var/www/mysite/img/favicon.ico;
}
for apache:
RewriteRule ^/favicon\.ico$ /var/www/mysite/img/favicon.ico
Published at
2024-03-29 17:48:29Event JSON
{
"id": "5a3e3f7437b02e5351d9f263c26585cae62ee1fe40f5bed005f4e98b9a0347c5",
"pubkey": "50cf5ff70bf2f9f1193bc5160e95735c9cf31f64619b3365bbb71902090315a2",
"created_at": 1711734509,
"kind": 1,
"tags": [
[
"p",
"521d5324fde9bad5d0bbe89aa92252962f87b601a634c53112ffb1e0246d38ca",
"wss://relay.mostr.pub"
],
[
"e",
"de1efe2133c995e8276a2ba3c5d8cba96dcd40b442c9b7038699800e977e9871",
"wss://relay.mostr.pub",
"reply"
],
[
"proxy",
"https://no.run.place/voron/p/1711734509.539007",
"activitypub"
]
],
"content": "To change the favicon, you need to add the following lines to the server config file:\n\nfor nginx:\nlocation = /favicon.ico {\n alias /var/www/mysite/img/favicon.ico;\n}\nfor apache:\nRewriteRule ^/favicon\\.ico$ /var/www/mysite/img/favicon.ico\n",
"sig": "603ab6f2635697fd10e45ed6a91f4a2fea675058895a5bd658e3cd78cb0b54299975a82dbd6bfd7bf781b1238019478bfb72197dfcc7faddb374a626e6c7f9c0"
}