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:
Morris Jobke 2019-03-21 14:27:30 +01:00 committed by GitHub
commit dfaa88f693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { }