-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
reverse-proxy #163
Comments
Looks like I missed this during a rewrite. EveBox should still work properly, this is purely to fixup the addresses when logging. But I'll address this soon. |
I've fixed up the reverse proxy handling. It still might not be perfect yet, like a configurable header name for the real client ip. |
Thanks. FYI... an Apache configuration that seems to work for me is:
Maybe this could be added to the documentation. |
I added this to the Wiki as I'd rather keep the EveBox documentation just about EveBox. I already cover other tools in the Wiki so I just created this: Do you happen to know what headers, if any this will send in the request? X-Forwarded-For? X-Real-IP? Been a while since I used Apache. |
|
The
evebox.yaml.example
example configuration file containsreverse-proxy
as configuration option.But checking out the source code, I could not find that it is actually being used/implemented somewhere.
Could someone provide an example configuration on how to run Evebox behind and Apache reverse proxy?
The text was updated successfully, but these errors were encountered: