I use Yunohost to install Funkwhale.
I have made some changes in .env file:
ACCOUNT_EMAIL_VERIFICATION_ENFORCE=true
# The e-mail address to use to send system e-mails.
DEFAULT_FROM_EMAIL=noreply@XXX.org
NGINX_MAX_BODY_SIZE=100M
I don't think these would cause any issues. But the logs is full of these errors, and my site cannot load.
2023/09/15 21:19:40 [error] 86085#86085: *1934 connect() failed (111: Connection refused) while connecting to upstream, client: 206.176.155.65, server:>
Please help me fix this. I just install funkwhale last night. Thanks.