Skip to content

Commit

Permalink
chore(nginx): replace invalid love port
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Sep 24, 2024
1 parent 34e0262 commit 1d492ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion huly.nginx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ server {
proxy_pass http://account:3000/;
}

# THIS REQUIRES MANUAL SETUP
# https://docs.livekit.io/home/self-hosting/vm/
#location /_love {
# proxy_set_header Host $host;
# proxy_set_header X-Real-IP $remote_addr;
Expand All @@ -29,7 +31,7 @@ server {
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
# rewrite ^/_love(/.*)$ $1 break;
# proxy_pass http://love:8096/;
# proxy_pass http://love:PORT/;
#}

location /_collaborator {
Expand Down

0 comments on commit 1d492ad

Please sign in to comment.