Skip to content

Commit

Permalink
Proxy buggregator host and IP
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Apr 9, 2024
1 parent e736a8d commit 9df4438
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}

location / {
proxy_pass http://127.0.0.1:8082;
proxy_pass http://127.0.0.1:8082i;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
}

0 comments on commit 9df4438

Please sign in to comment.