1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-06 23:46:24 +00:00
Felix Bartels 8432396059
prepare changes to run kdav through kweb as well (#424)
* 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
2020-09-15 11:33:08 +02:00

32 lines
500 B
INI

:9080 {
log stdout
errors stderr
# healthcheck
status 200 /status
alias /webapp/ /usr/share/kopano-webapp/
fastcgi2 /webapp/ /run/php/php-fpm-kopano-webapp.sock php {
without /webapp/
root /usr/share/kopano-webapp/
}
status 403 {
/webapp/config.php
/webapp/debug.php
/webapp/defaults.php
/webapp/init.php
/webapp/server
/webapp/version
/webapp/plugins/forbidden
}
rewrite /webapp/plugins/ {
regexp config.php
to /webapp/plugins/forbidden
}
folderish /webapp
}