mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-17 11:10:22 +00:00
change the rewrite for remote.php
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
54a07b7b94
commit
3ee5278cc6
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ https://{$ADDITIONAL_TRUSTED_DOMAIN}:443,
|
||||||
|
|
||||||
# Nextcloud
|
# Nextcloud
|
||||||
route {
|
route {
|
||||||
rewrite /.well-known/carddav /remote.php/dav
|
rewrite /.well-known/carddav /remote.php/dav/
|
||||||
rewrite /.well-known/caldav /remote.php/dav
|
rewrite /.well-known/caldav /remote.php/dav/
|
||||||
header Strict-Transport-Security max-age=31536000;
|
header Strict-Transport-Security max-age=31536000;
|
||||||
reverse_proxy localhost:8000
|
reverse_proxy localhost:8000
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue