matrix-docker-ansible-deploy/roles/custom/matrix-static-files
Slavi Pantaleev 1313f1e414 Make base domain root path redirect also handle URLs with query strings (passing them along)
Previously `https://example.com` and `https://example.com/` would be
redirected to `https://matrix.example.com`.

However, `https://example.com/?something` was not handled and was tried
to be served as a file by matrix-static-files for this base domain.

From now on, paths containing query strings will be handled as well
and the query string will be passed along.
Example: `https://example.com/?something` -> `https://matrix.example.com/?something`
2025-03-11 19:07:33 +02:00
..
defaults Make base domain root path redirect also handle URLs with query strings (passing them along) 2025-03-11 19:07:33 +02:00
tasks Add license information to files for matrix-static-files 2025-03-03 17:58:55 +09:00
templates Add license information to files for matrix-static-files 2025-03-03 17:58:55 +09:00