An open API service indexing awesome lists of open source software.

https://github.com/melthaw/docker-boilerplate

Helpful boilerplate for docker
https://github.com/melthaw/docker-boilerplate

cors docker nginx

Last synced: 2 months ago
JSON representation

Helpful boilerplate for docker

Awesome Lists containing this project

README

          

# docker boilerplates

## nginx compose

The boilerplate to show how compose multi static content provider to one single nginx reverse proxy.

[More...](nginx-compose/README.md)

## nginx cors

The boilerplate shows how to hide the CORS problem behind the Nginx proxy and make all the request under same domain.

[More...](nginx-cors/README.md)