mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-06 23:46:24 +00:00
* fix php version in kweb config * include webapp kweb config only in the webapp container build * add workaround for https://jira.kopano.io/browse/KW-3398 for oidc
15 lines
240 B
INI
15 lines
240 B
INI
:9080 {
|
|
log stdout
|
|
errors stderr
|
|
|
|
# healthcheck
|
|
status 200 /status
|
|
|
|
alias /webapp/ /usr/share/kopano-webapp/
|
|
fastcgi2 /webapp/ /run/php/php7.3-fpm.sock php {
|
|
without /webapp/
|
|
root /usr/share/kopano-webapp/
|
|
}
|
|
folderish /webapp
|
|
}
|