mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #1334 from nextcloud/backport/1333/stable15
[stable15] Revert "change nginx-config for subdir to resolve /ocm-provider properly"
This commit is contained in:
commit
dfaa88f693
@ -253,10 +253,6 @@ your nginx installation.
|
||||
location = /.well-known/caldav {
|
||||
return 301 $scheme://$host/nextcloud/remote.php/dav;
|
||||
}
|
||||
|
||||
location ~ ^\/(?:ocm-provider|ocs-provider).* {
|
||||
rewrite ^ /nextcloud$request_uri;
|
||||
}
|
||||
|
||||
location /.well-known/acme-challenge { }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user