Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Nginx acts as a reverse proxy for the web server. It enables TLS (HTTPS) offloading, in the default installation using the Let’s Encrypt certificate authority. It also provides offloading when downloading files – files are sent to clients instead of the web server directly by nginx. Requests are authorized using an internal HEAD request to the web server (see http://nginx.org/en/docs/http/ngx_http_auth_request_module.html). As part of the authorization request, the nginx server passes all available information to the web server, and authorization can take place in the same way as for other web requests (i.e. using a JWT token in an HTTP cookie).

Deployment example

Gliffy
imageAttachmentIdatt2733015057
macroId27d38aa9-fed3-40dd-9b13-5a02e00e2feb
baseUrlhttps://wikisonpo.atlassian.net/wiki
nameSOFiE deployment example
diagramAttachmentIdatt2733735943
containerId2732818437
timestamp1624284076572

...