I just setup my Mastodon instance at social.robtarr.net and I get a 404 on the home page. Other instances of Mastodon seem to redirect to /about. My profile /@robtarr seems to be working just fine. I can get to the admin, follow people, etc. I don’t see anything in the logs when I go to the social.robtarr.net.
I’m using Caddy in front of Mastodon
social.robtarr.net {
@local {
file
}
root * /root/www/mastodon/public
encode gzip
handle /api/v1/streaming* {
reverse_proxy localhost:4000
}
handle @local {
file_server
}
handle {
reverse_proxy localhost:3000
}
log {
output file /root/www/mastodon/caddy.log
}
}
Would love any insight that anyone might have.
Thanks,
Rob