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

Run beef behind reverse proxy #994

Closed
oddui opened this issue Apr 19, 2014 · 1 comment
Closed

Run beef behind reverse proxy #994

oddui opened this issue Apr 19, 2014 · 1 comment
Assignees
Milestone

Comments

@oddui
Copy link

oddui commented Apr 19, 2014

Hi,

I'm trying to run beef behind apache reverse proxy.

Apache and beef run on the same machine. Requests to beef.my.domain:80 will be proxied to localhost:3000 (which is beef)

Problem is that hook.js tries to communicate to beef.my.domain:3000 (blocked by firewall) instead of beef.my.domain:80

How could I make hook.js aware of the proxy? Any suggestions?

Thanks

@bcoles
Copy link
Collaborator

bcoles commented Apr 22, 2014

The NAT configuration options in 'config.yaml' now also mention reverse proxies.

Closing this issue.

@bcoles bcoles closed this as completed Apr 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants