Skip to content

Commit

Permalink
fix wrong webhook IP alangecker#87
Browse files Browse the repository at this point in the history
  • Loading branch information
alangecker committed Apr 17, 2021
1 parent a6eb8cc commit 2c5150e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/nginx/bbb/webhooks.nginx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pass to the webhooks app all requests made to the webhooks API.
location /bigbluebutton/api/hooks {
proxy_pass http://10.7.7.15:3005;
proxy_pass http://10.7.7.17:3005;
proxy_redirect default;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 2c5150e

Please sign in to comment.