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
- Host: GitHub
- URL: https://github.com/melthaw/docker-boilerplate
- Owner: melthaw
- License: apache-2.0
- Created: 2017-12-02T14:08:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T06:58:13.000Z (over 8 years ago)
- Last Synced: 2025-02-27T19:55:50.450Z (over 1 year ago)
- Topics: cors, docker, nginx
- Language: TypeScript
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)