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

CORS support #67

Open gdiazlo opened 7 years ago

gdiazlo commented 7 years ago

If you need CORS, take a look at https://gist.github.com/algal/5480916 and add the contents to volumes/proxy/templates/nginx.tmpl in your apropiate section (mine was https server to use it with letsencrypt). Do you think is worth building a complete template to support CORS dynamically by configuration?

katopz commented 7 years ago

Look cool but I'm not sure how to run test against it?