Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues configuring Planka with a reverse proxy on IIS #143

Open
alvaroespinola opened this issue Apr 21, 2024 · 1 comment
Open

Issues configuring Planka with a reverse proxy on IIS #143

alvaroespinola opened this issue Apr 21, 2024 · 1 comment

Comments

@alvaroespinola
Copy link

alvaroespinola commented Apr 21, 2024

Can someone help me with the correct Planka configuration? I haven't been able to set up Planka to work through IIS with a reverse proxy. The IIS setup seems fine because I use it with other packages, and it works well, even with SSL.

With the current configuration, the page doesn't load properly and keeps reading.

<rule name="ReverseProxyInboundRule33" enabled="true" stopProcessing="true"> <match url="(.*)" /> <action type="Rewrite" url="http://192.168.77.100:1337/{R:1}" /> <conditions logicalGrouping="MatchAll"> <add input="{HTTP_HOST}" pattern="planka.hostingdomain.com" /> <add input="{SERVER_PORT}" pattern="80" /> </conditions> </rule> <rule name="ReverseProxyInboundRule34" stopProcessing="true"> <match url="(.*)" /> <action type="Rewrite" url="http://192.168.77.100:1337/{R:1}" /> <conditions> <add input="{HTTP_HOST}" pattern="planka.hostingdomain.com" /> <add input="{SERVER_PORT}" pattern="443" /> </conditions> </rule>

@lextm
Copy link

lextm commented Nov 6, 2024

This repo only covers questions around iisnode, so if you merely use ARR as reverse proxy, that's off topic and should be posted elsewhere, such as Server Fault.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants