apache.conf.in: make TLS redirect take precedence
commit6ae4a16f420e0c7442634888c17e1cef5160cefd
authorThe repo.or.cz admin team <admin@repo.or.cz>
Sat, 18 Jul 2020 05:48:40 +0000 (18 07:48 +0200)
committerThe repo.or.cz admin team <admin@repo.or.cz>
Sat, 18 Jul 2020 05:48:40 +0000 (18 07:48 +0200)
treeaae9edfee1d29b5f1d8be1d73e915b02ebbd0bee
parentc28d4414f3aa118e7b11912236c306f6e5f973f6
apache.conf.in: make TLS redirect take precedence

The redirect to https needs to appear before any other
mod_rewrite activity in order to avoid those other rewrites
grabbing the request first and serving it over http.

Signed-off-by: The repo.or.cz admin team <admin@repo.or.cz>
apache.conf.in