Comment on Help fixing invalid origin with memos
silenium_dev@feddit.org 2 weeks ago
If you’re exposing memos through nginx, the SITE_URL needs to be the public url where nginx exposed memos (so exactly the same as you enter in your browser), not the Public-IP and the internal port of memos.
Thoven@lemdro.id 2 weeks ago
IP and port are what I put in my browser
silenium_dev@feddit.org 2 weeks ago
You may need to configure nginx to pass through some additional headers, I haven’t used it in a while.
I’m using traefik (on kubernetes) as reverse proxy, and I don’t even set SITE_URL, but it still works.