- Add TIKI_ROOT_LINK_LIST variable support,

- .htaccess and robots.txt are now read from /var/www/tiki dir.
This commit is contained in:
2026-02-28 10:51:47 +01:00
parent 81c69e9e94
commit 91f7208b91
4 changed files with 26 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ services:
APACHE_DOC_ROOT: ${WA_APACHE_DOC_ROOT}
PHP_UPLOAD_LIMIT: ${WA_PHP_UPLOAD_LIMIT}
TIKI_URL: ${WA_TIKI_URL}
TIKI_ROOT_LINK_LIST: ${WA_TIKI_ROOT_LINK_LIST}
volumes:
- ./${WA_LOG_INIT_EXT}:${WA_LOG_INIT_INT}