Miracle Nginx


The Nginx is a web server that serves static UI content to your frontend and forwards requests to APIs deployed in your environment.
The Nginx binds itself to the environment sub domain(s) and listens on their ports.

Sub Domains:

Enter the domain associated with this environment
{{form.formData.apiPrefix}}.{{form.formData.domain}}
What is the API prefix associated with this domain ?
 {{form.formData.sitePrefix}}.{{form.formData.domain}}
What is the frontend site prefix associated with this domain ?