Admin portal container
The following environment variables are supported during container deployment:
NGINX
-
PROXY_PORTThe port on which the NGINX will listen for incoming requests.- Default:
80
- Default:
-
BACKEND_PROXY_PROTO,BACKEND_URL_BASEThe protocol (http/https) and the URL for the LLMGW container endpoint. NGINX will proxy the requests to an endpoint in the format of${BACKEND_PROXY_PROTO}://${BACKEND_URL_BASE}/BACKEND_PROXY_PROTODefault:http
-
ENABLE_HSTSIf enabled, adds theStrict-Transport-Securityheader to the proxy responses. See MDN Docs On HSTS for more info.- Default:
false
- Default: