Skip to content

Issues configuring Planka with a reverse proxy on IIS #143

@alvaroespinola

Description

@alvaroespinola

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions