Skip to content

Add vhost examples for popular reverse proxies #341

@pmaier1

Description

@pmaier1

We should add some examples to use the stack behind a reverse proxy here. This is particularly important for Apache as that one needs specific config to work properly, namely

  ProxyPreserveHost on
  ProxyPass / http://127.0.0.1:8080/ nocanon
  ProxyPassReverse / http://127.0.0.1:8080/

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions