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

Konga behind reverse proxy #278

@skobow

Description

@skobow

Hello!

I am currently running konga in a docker container behind a nginx reverse proxy. So far everything seemed to be okay. But when I wanted to create routes for my first service I recognized that was not working. The network console of my browser revealed a 400 return code on some ajax request targeting a wring url. Konga's URL is https://myhost/konga/ but the request was targeting https://myhost/api resulting in a 404 when I tried manualy. So it should rather be https://myhost/konga/api. Same is true for the settings panel that is not working as well. I was looking for some way to configure Konga's URL but could not find any.
How can I solve this issue as I expect this should be working and I am just doing something wrong or missing.

Thx

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