mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 23:16:59 +00:00
allow to add imports to the caddy file
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
4adb748970
commit
48e70e2b00
8 changed files with 49 additions and 51 deletions
7
Containers/apache/nextcloud
Normal file
7
Containers/apache/nextcloud
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue