Enable rewrite for webfinger to shut up nextcloud check
This commit is contained in:
parent
3ca68ec3dc
commit
8c446c9e15
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ http {
|
||||||
|
|
||||||
# The following rule is only needed for the Social app.
|
# The following rule is only needed for the Social app.
|
||||||
# Uncomment it if you're planning to use this 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 {
|
location = /.well-known/carddav {
|
||||||
return 301 https://$host:443/remote.php/dav;
|
return 301 https://$host:443/remote.php/dav;
|
||||||
|
|
Loading…
Reference in a new issue