Skip to content

When using a apache reverse proxy with a subdirectory, it does not display correctly. #3902

@paimonian

Description

@paimonian

config.yml

Webserver:
  Port: 8804
  Alternative_IP:
    Enabled: true
    Address: address.com/plan/

Apache config (SSL):

RewriteEngine on
RewriteRule ^(.*/[^./]+)$ $1/ [R=301,L]
<IfModule mod_proxy.c>
  ProxyRequests Off
  ProxyPass /plan http://localhost:8804
  ProxyPassReverse /plan http://localhost:8804
</IfModule>

Logos, etc. will not be displayed correctly, but other data will be displayed.
2024-12-25 (1)

Plugin versions

5.6 build 2883

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugIssues that contain unintended behavior

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions