zazukoians / trifid-ld

This repository is DEPRECATED please goto:
https://github.com/zazuko/trifid
Apache License 2.0
18 stars 9 forks source link

Add proxy configuration section in the readme #10

Open bergos opened 9 years ago

bergos commented 9 years ago

The readme should contain a section about the configuration of reverse proxies.

retog commented 9 years ago

Why? I don't think there's anything trifid specific here. Difficulties only occur if trifid makes some assumptions about the dereferenced resources based on its network bindings, if this doesn't happens you can have as many proxies as you wont without any surprises.

bergos commented 9 years ago

Reverse proxy support must be enabled in express -> trifid.

The forward headers aren't trifid specific, but it would be good to know which headers are used.

retog commented 9 years ago

Ok about mentioning the support for the X-Forwarded-Proto header.

I'm not sure what you mean by "proxy support must be enabled in express", I see http://expressjs.com/guide/behind-proxies.html but why does it matter if trifid has the right IP address of the client?

ktk commented 8 years ago

Probably obsoleted with #31