Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
188
stars
18
forks
source link
Favicons don't get handled by nginx like other static assets #141
Open
simonbaird opened 3 years ago
It's because they're not served at the static asset url, rather they're served using send_file via the controller action via the /favicon.ico route.
Doesn't matter too much, but it would be nice if nginx could handle them.
Might have to rethink the 404 on the favicon url when the site doesn't exist.