fuel-ccp-nginx/examples
Sergey Kraynev da5b4493a0 Add base stuff for nginx support in ccp
- Add docker file for building custom image
- Add yamllint checks
- Add service definition
- Configs for nginx were splitted

Co-Authored-By: Artur Zarzycki <azarzycki@mirantis.com>

Change-Id: I0660cc3ca2723bc06871b61f859adfed42c0d807
2017-02-08 09:31:23 +00:00
..
README.rst Add base stuff for nginx support in ccp 2017-02-08 09:31:23 +00:00
servers.conf.j2 Add base stuff for nginx support in ccp 2017-02-08 09:31:23 +00:00
upstreams.conf.j2 Add base stuff for nginx support in ccp 2017-02-08 09:31:23 +00:00

README.rst

These files demonstrate the architecture of nginx proxy, which is used in other services with enabled TLS.

  • upstreams.conf.j2 contains information about all endpoint behind nginx proxy. There is one instance of this file should be each repository.
  • servers.conf.j2 contains proxy configuration, i.e. which address:port should be listen, options for SSL, HTTP headers and destination endpoint.