Skip to content
Snippets Groups Projects
Commit 3959cdf0 authored by Varac's avatar Varac
Browse files

Merge branch '1034-fix-nc-files-certificate-on-stackspin-net' into 'main'

Resolve "Fix NC files certificate on stackspin.net"

Closes #1034

See merge request stackspin/stackspin!622
parents 24eeb6d1 7e825fa1
No related branches found
No related tags found
No related merge requests found
......@@ -42,17 +42,6 @@ data:
rewrite ^/.well-known/webfinger /public.php?service=webfinger last;
rewrite ^/.well-known/host-meta /public.php?service=host-meta last;
rewrite ^/.well-known/host-meta.json /public.php?service=host-meta-json;
location = /.well-known/carddav {
return 301 $scheme://$host/remote.php/dav;
}
location = /.well-known/caldav {
return 301 $scheme://$host/remote.php/dav;
}
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
}
hosts:
- "files.${domain}"
tls:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment