Enable rewrite for webfinger to shut up nextcloud check

This commit is contained in:
Florian Zirker 2021-01-17 14:33:07 +01:00
parent 3ca68ec3dc
commit 8c446c9e15

View file

@ -70,7 +70,7 @@ http {
# The following rule is only needed for the Social app.
# Uncomment it if you're planning to use this app.
#rewrite ^/.well-known/webfinger /public.php?service=webfinger last;
rewrite ^/.well-known/webfinger /public.php?service=webfinger last;
location = /.well-known/carddav {
return 301 https://$host:443/remote.php/dav;