yongjhih / docker-parse-server

Provide docker images and docker stack for parse-server npm versions and latest commit
https://hub.docker.com/r/yongjhih/parse-server/
Apache License 2.0
475 stars 166 forks source link

allow usage of express' 'trust proxy' to use reverse proxy for parse … #13

Closed euklid closed 8 years ago

euklid commented 8 years ago

…server, increased minimum required express version

We are using this for a reverse proxy with nginx and need to use the X-Forwarded-Proto and X-Forwarded-Host as described in https://github.com/ParsePlatform/parse-server/issues/905 This PR implements it.