Skip to content

Proxy to folder does not work #114

@apannwitz

Description

@apannwitz

When using apache for proxy with:

  # proxy for konradkleine/docker-registry-frontend
 ProxyPass        / http://127.0.0.1:8080/
 ProxyPassReverse / http://127.0.0.1:8080/

it looks good. But when I want to use it in a different folder (e.g. /admin), it does not work.

  # proxy for konradkleine/docker-registry-frontend
  ProxyPass        /admin http://127.0.0.1:8080/
  ProxyPassReverse /admin http://127.0.0.1:8080/

it looks like this:
screenshot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions