Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c20ed872 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

Merge branch 'resolve-webfinger' into 'master'

Added rules to nextcloud.conf to resolve webfinger and nodeinfo routes

See merge request !73
parents 9c4a22f5 b62dd26d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -43,6 +43,13 @@ server {
        return 301 $scheme://$host/remote.php/dav;
    }

    location = /.well-known/webfinger {
        return 301 $scheme://$host/index.php$uri;
    }
    location = /.well-known/nodeinfo {
        return 301 $scheme://$host/index.php$uri;
    }
    
    client_max_body_size 4096M;
    fastcgi_buffers 64 4K;