Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do we need to open port 5280 #10

Closed
pratik9722 opened this issue Dec 22, 2020 · 2 comments
Closed

do we need to open port 5280 #10

pratik9722 opened this issue Dec 22, 2020 · 2 comments

Comments

@pratik9722
Copy link

Although it's working fine but I'm curious to know do we need to open port 5280 ?

BOSH

location /http-bind {
    proxy_pass      http://localhost:5280/http-bind;
    proxy_set_header X-Forwarded-For $remote_addr;
    proxy_set_header Host $http_host;
}
@christiancuri
Copy link
Owner

Not is necessary, because nginx handle traffic by proxy to service http-bind

@pratik9722
Copy link
Author

Gotcha! thank you for the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants