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

CORS for Dokku #36

Open
almereyda opened this issue May 30, 2016 · 0 comments
Open

CORS for Dokku #36

almereyda opened this issue May 30, 2016 · 0 comments

Comments

@almereyda
Copy link
Member

Currently this data service is served via Dokku, which uses nginx to terminate HTTP connections. This is also the CORS proxy, while eventual headers have to be set there.

The reason nginx is the best way is that nginx is the fastest and closest process to the client.
http://serverfault.com/questions/670219/nginx-proxying-nodejs-dokku-cors-response-headers-not-passing-through

Few resources come up that lead a path towards implementation for us:

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

1 participant