Hi
I’m running latest version of nextcloud on my unraid server behind a traefik reverse proxy. When i run the security checks on the Admin settings, i get the webfinger and nodeinfo errors:
Your web server is not properly set up to resolve “/.well-known/webfinger”.
Your web server is not properly set up to resolve “/.well-known/nodeinfo”.
I’ve looked up the error and found a solution that involved adding the following to the nextcloud .htaccess file
Are you hosting Nextcloud in a subdirectory rather than on a subdomain by chance?
If so, you’ll need to have counterpart rules on your reverse proxy. That or put your Nextcloud on a subdomain of it’s own and eliminate the subdirectory usage in the URL (which is unnecessary in most cases these days).
My website is hosted at nextcloud.mydomain.com so I’m not sure this is the issue. Perhaps I’ll try putting the rules on traefik anyway. Any idea how to do this on traefik yaml config?