Self hosted plausible on MicroK8S + wordpress + proxy, geolocation all in the same country #5103
Answered
by
semanticfire
semanticfire
asked this question in
Self-Hosted Support
-
Hi, I'm running a self-hosted instance for plausible, it monitors WordPress websites with the plugin. Bart |
Beta Was this translation helpful? Give feedback.
Answered by
semanticfire
Feb 23, 2025
Replies: 2 comments 10 replies
-
Maybe NGINX doesn't set |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is what I have
and
|
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Okay it was indeed the double proxy,
nginx [wordpress server] -> nginx-ingress -> plausible
the problem was with thenginx-ingress
which cleared and modified the headers causing the wordpress server to provide the IP.I've followed this guide to update the
nginx-ingress
https://marcolenzo.eu/configure-microk8s-nginx-ingress/
short version, add the following to the data part of the ingress configmap
So follow up question would be, where to document this??