- Use now rx3-docker/tiki:1.0.3-mga9,

- Use TIKI_ROOT_LINK_LIST and add by default ads.txt & security.txt root links,
- Fix phpMyAdmin redirection on login/logout.
This commit is contained in:
2026-02-28 19:41:02 +01:00
parent 87ac4ab3c5
commit 0f27028043
4 changed files with 18 additions and 3 deletions

View File

@@ -26,6 +26,8 @@
ProxyPassReverseCookiePath / /private/tools/
RequestHeader setifempty X-Forwarded-Proto expr=%{REQUEST_SCHEME}
Header edit* Location /(?!private/tools/)(.*)$ /private/tools/$1
</Location>