Within intake official documentation, it mention
Authorization plugins are classes that can be used to customize access permissions to the Intake catalog server. The Intake server and client communicate over HTTP, so when security is a concern, the most important step to take is to put a TLS-enabled reverse proxy (like nginx) in front of the Intake server to encrypt all communication.
Can you advise any example on how to implement nginx in front of intake server ? What kind of nginx setup is required.