Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.52 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.52 KB

Vernissage Proxy

Nginx Platforms macOS | Linux | Windows

Application which is Proxy component for Vernissage photos sharing platform. The proxy is used to redirect traffic from to the relevant applications running behind the proxy based on the web request headers. Requests that have Accept=application/json (and smimilar) set are redirected directly to the Vernissage API (Swift), all others to the Vernissage Web (Angular).

Architecture

                                          +-----------------------------+
              +-------------------------->|   VernissageWeb (Angular)   |
              |                           +-------------+---------------+
              |                                         |
+-------------+---------------+                         |
|   VernissageProxy (Nginx)   |                         |
+-------------+---------------+                         |
              |                                         |
              |                           +-------------+---------------+
              +-------------------------->|   VernissageAPI (Swift)     |
              application/json            +-----------------------------+

Docker

In production environments, it is best to use a docker image.