Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Loriborn authored Jun 14, 2023
1 parent 01646ea commit 824fb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ http {
}
upstream lemmy-ui {
# this needs to map to the lemmy-ui docker service hostname
server "lemmy-ui:1235";
server "lemmy-ui:1234";
}

server {
Expand Down Expand Up @@ -65,4 +65,4 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}
}
}

0 comments on commit 824fb3a

Please sign in to comment.