Replies: 1 comment 3 replies
-
What type of virtualization are you using? (Docker, Podman, K8S, Bare-Metal) My first guess would be that NGINX Proxy Manager can't resolve |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am hosting my authentik server on a different server than my endpoints.
Authentik -> Server A
Uptime-Kuma -> Server B
Authentik is hosted behind NGINX Proxy Manager, with no custom config.
On NPM infront of Uptime-Kuma, everything works if I post the default custom config as generated by Authentik.
However, if I change
proxy_pass https://local.ip:9000/outpost.goauthentik.io;
to
proxy_pass https://authentik.mydomain.cc/outpost.goauthentik.io;
I start getting a Server Error 500.
What should be done in this case?
Beta Was this translation helpful? Give feedback.
All reactions