Revert "change nginx-config for subdir to resolve /ocm-provider properly"

This commit is contained in:
Morris Jobke 2019-03-21 14:20:50 +01:00 committed by Backportbot
parent c5c2cb9538
commit 7a5caa840c

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