Running Metabase on IIS7

I have one Windows server with IIS running. I would like to run Metabase with IIS. How can I do that?

TIA.

Did you ever figure this out? I’m curious about the same question.

It is interesting to me too. I found the information. Unfortunately, there’s no way to check it now.

@romanbiz You should setup IIS as a reverse proxy:
https://blogs.msdn.microsoft.com/friis/2016/08/25/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world-apps/

Hi @flamber, I just tried that, but I can only configure a reverse proxy on IIS on an existing website.

@flamber, my bad, it works perfectly in the default website of IIS.

This helped me a lot : https://blogs.msdn.microsoft.com/friis/2016/08/25/iis-with-url-rewrite-as-a-reverse-proxy-part-2-dealing-with-500-52-status-codes/

Thanks

2 Likes

I've been trying for hours figuring this out, is there any other newer guides for doing this on Windows, either the reverse-proxy option, or configuring the jetty web server with the java keystore ?