this post was submitted on 27 Jun 2023
7 points (100.0% liked)

Lemmy Support

4651 readers
1 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 6 years ago
MODERATORS
 

Can anyone assist?

you are viewing a single comment's thread
view the rest of the comments
[–] Max_P@lemmy.max-p.me 1 points 2 years ago (1 children)

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.

[–] DocTator@lemmy.ml 1 points 2 years ago (1 children)

yeah, I went by the documentation .. that's completely different from what it tells you.. ugh

[–] Max_P@lemmy.max-p.me 1 points 2 years ago

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