Browse Source

Update conf/nginx.conf

Co-authored-by: Kayou <pierre@kayou.io>
pull/382/head
Thomas 5 years ago
committed by GitHub
parent
commit
ace84e6b4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      conf/nginx.conf

2
conf/nginx.conf

@ -14,7 +14,7 @@ location ^~ /.well-known {
location = /.well-known/caldav { return 301 __PATH__/remote.php/dav/; } location = /.well-known/caldav { return 301 __PATH__/remote.php/dav/; }
# Anything else is dynamically handled by Nextcloud # 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; try_files $uri $uri/ =404;
} }

Loading…
Cancel
Save