Browse Source
Update conf/nginx.conf
Co-authored-by: Kayou <pierre@kayou.io>
pull/382/head
Thomas
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
conf/nginx.conf
|
|
|
@ -14,7 +14,7 @@ location ^~ /.well-known { |
|
|
|
location = /.well-known/caldav { return 301 __PATH__/remote.php/dav/; } |
|
|
|
|
|
|
|
# Anything else is dynamically handled by Nextcloud |
|
|
|
location ^~ /.well-known { return 301 /nextcloud/index.php$uri; } |
|
|
|
location ^~ /.well-known { return 301 __PATH__/index.php$uri; } |
|
|
|
|
|
|
|
try_files $uri $uri/ =404; |
|
|
|
} |
|
|
|
|