mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge 2678222826 into a81c1f6f4f
This commit is contained in:
commit
d10ee313e1
@ -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`.
|
||||
|
||||
|
||||
@ -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`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user