Support / questions about Lemmy.
Matrix Space: #lemmy-space
Can anyone assist?
It looks like you're reaching the lemmy server directly as opposed to lemmy-ui. What's your NGINX configuration like?
Yeah so you're just sending everything to the lemmy server itself, you don't have the lemmy-ui frontend (which defaults to port 1234).
Look at the example NGINX configuration: https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/nginx_internal.conf
Notice how it sends different things to one of the two backends. You need this replicated exactly or it won't work quite right.
yeah, I went by the documentation .. that's completely different from what it tells you.. ugh
You mean this? https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/nginx.conf
That one's assuming the Docker setup where it'll send traffic to the internal NGINX, which runs the other config I linked.
Yeah the docs aren't the clearest it seems, had my share of issues getting mine going haha
It looks like you're reaching the lemmy server directly as opposed to lemmy-ui. What's your NGINX configuration like?
Yeah so you're just sending everything to the lemmy server itself, you don't have the lemmy-ui frontend (which defaults to port 1234).
Look at the example NGINX configuration: https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/nginx_internal.conf
Notice how it sends different things to one of the two backends. You need this replicated exactly or it won't work quite right.
yeah, I went by the documentation .. that's completely different from what it tells you.. ugh
You mean this? https://github.com/LemmyNet/lemmy-ansible/blob/main/templates/nginx.conf
That one's assuming the Docker setup where it'll send traffic to the internal NGINX, which runs the other config I linked.
Yeah the docs aren't the clearest it seems, had my share of issues getting mine going haha