Merge pull request #1333 from nextcloud/revert-1280-patch-1

Revert "change nginx-config for subdir to resolve /ocm-provider properly"
This commit is contained in:
Morris Jobke
2019-03-21 14:21:00 +01:00
committed by GitHub

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