mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
7 lines
210 B
Text
7 lines
210 B
Text
# Nextcloud
|
|
route /* {
|
|
rewrite /.well-known/carddav /remote.php/dav
|
|
rewrite /.well-known/caldav /remote.php/dav
|
|
header Strict-Transport-Security max-age=31536000;
|
|
reverse_proxy localhost:8000
|
|
}
|