Skip to content

Self hosted plausible on MicroK8S + wordpress + proxy, geolocation all in the same country #5103

Discussion options

You must be logged in to vote

Okay it was indeed the double proxy,

nginx [wordpress server] -> nginx-ingress -> plausible the problem was with the nginx-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

use-forwarded-headers: "true"

So follow up question would be, where to document this??

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
10 replies
@semanticfire
Comment options

@ruslandoga
Comment options

@semanticfire
Comment options

@semanticfire
Comment options

Answer selected by semanticfire
@ruslandoga
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants