Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.
This repository was archived by the owner on May 14, 2021. It is now read-only.

Allow accessing the application endpoints with a prefix in the URL #19

@dggc

Description

@dggc

It would be nice if nginx could map accesses from "http://my_web_application/some_prefix/endpoint1" to "http://my_application_backend:8000/endpoint1".

This can be achieved by using "location prefix" instead of "location /" in the application proxy declaration.

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