This commit is contained in:
Robin Appelman 2025-10-15 04:47:53 +05:30 committed by GitHub
commit d10ee313e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -130,6 +130,8 @@ server {
# `location ~ /(\.|autotest|...)` which would otherwise handle requests
# for `/.well-known`.
location ^~ /.well-known {
absolute_redirect off;
# The rules in this block are an adaptation of the rules
# in `.htaccess` that concern `/.well-known`.

View File

@ -62,6 +62,8 @@ server {
}
location ^~ /.well-known {
absolute_redirect off;
# The rules in this block are an adaptation of the rules
# in the Nextcloud `.htaccess` that concern `/.well-known`.