mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #1280 from BernieO/patch-1
change nginx-config for subdir to resolve /ocm-provider properly
This commit is contained in:
@@ -255,6 +255,10 @@ 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 { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user