From a8f9a0f0b5aa2da7de9e9fdd13e0a34195c12e7c Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 17 Feb 2024 13:12:06 -0800 Subject: [PATCH] (docs) setting server root path --- docs/my-website/docs/proxy/deploy.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index f4a5dd8b222..7ad7d8387db 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -183,7 +183,22 @@ Your OpenAI proxy server is now running on `http://127.0.0.1:8000`. -## Setting SSL Certification +## Advanced Deployment Settings + +### Customization of the server root path + +:::info + +In a Kubernetes deployment, it's possible to utilize a shared DNS to host multiple applications by modifying the virtual service + +::: + +Customize the root path to eliminate the need for employing multiple DNS configurations during deployment. + +👉 Set `SERVER_ROOT_PATH` in your .env and this will be set as your server root path + + +### Setting SSL Certification Use this, If you need to set ssl certificates for your on prem litellm proxy