我正在使用安装 Apache 服务器的 VisualSVN 服务器。
在下面的例子中
<Location /MyIISWebSite>
ProxyPass https://my-domain.com:8443/MyIISWebSite
ProxyPassReverse https://my-domain.com:8443/MyIISWebSite
</Location>
我该怎么做
<Location /MyIISWebSite >
不区分大小写 以匹配所有组合(如 myiiswebsite、MYIISWEBSITE、...)?