Perhaps we need to investigate IIAB RedirectMatch rules as pointed out by Ivan in #913 (comment)
Scoping directives to <VirtualHost *:80> has some unholy interaction with the RedirectMatch ^/$ /home in sites-enabled/iiab-homepage.conf (/kolibri opens the python server on port 8009 but /kolibri/ was sending me to /home/)
#913 (comment)
|
RedirectMatch ^/$ {{ iiab_home_url }} |
Refer: #913
Perhaps we need to investigate IIAB RedirectMatch rules as pointed out by Ivan in #913 (comment)
iiab/roles/homepage/templates/iiab-homepage.conf
Line 9 in d1bbffb
Refer: #913