mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-07 16:06:14 +00:00
* prepare changes to run kdav through kweb as well * add kdav configuration * add remaining kdav configuration for kweb * import remaining kweb/php-fpm config from https://stash.kopano.io/projects/PKG/repos/kopano-one-php-fpm/browse
31 lines
421 B
INI
31 lines
421 B
INI
:9080 {
|
|
log stdout
|
|
errors stderr
|
|
|
|
# healthcheck
|
|
status 200 /status
|
|
|
|
rewrite /kdav/ {
|
|
to /kdav/server.php
|
|
}
|
|
|
|
fastcgi2 /kdav/ /run/php/php-fpm-kopano-kdav.sock php {
|
|
without /kdav/
|
|
root /usr/share/kopano-kdav
|
|
read_timeout 259200s
|
|
}
|
|
|
|
redir 302 {
|
|
/.well-known/carddav /kdav/
|
|
/.well-known/caldav /kdav/
|
|
}
|
|
|
|
status 403 {
|
|
/kdav/config.php
|
|
/kdav/lib
|
|
/kdav/mapi
|
|
/kdav/vendor
|
|
/kdav/version.php
|
|
}
|
|
}
|