From 12df94fe519cbb208e13fdbbdd315b81a78d43b8 Mon Sep 17 00:00:00 2001 From: silentoplayz Date: Mon, 10 Nov 2025 02:03:56 -0500 Subject: [PATCH] semicolon --- docs/tutorials/integrations/redis.md | 2 +- docs/tutorials/tab-nginx/NginxProxyManager.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/integrations/redis.md b/docs/tutorials/integrations/redis.md index 1564f0c..6b7e153 100644 --- a/docs/tutorials/integrations/redis.md +++ b/docs/tutorials/integrations/redis.md @@ -158,7 +158,7 @@ If you access your UI at `https://my-open-webui.com`, you must set: CORS_ALLOW_ORIGIN="https://my-open-webui.com" ``` -You can also provide a comma-separated list of allowed domains. **Do not skip this step in a production or reverse-proxied setup.** +You can also provide a semicolon-separated list of allowed domains. **Do not skip this step in a production or reverse-proxied setup.** ::: diff --git a/docs/tutorials/tab-nginx/NginxProxyManager.md b/docs/tutorials/tab-nginx/NginxProxyManager.md index 0e8a981..8f019c5 100644 --- a/docs/tutorials/tab-nginx/NginxProxyManager.md +++ b/docs/tutorials/tab-nginx/NginxProxyManager.md @@ -84,7 +84,7 @@ If you access your UI at `https://openwebui.hello.duckdns.org`, you must set: CORS_ALLOW_ORIGIN="https://openwebui.hello.duckdns.org" ``` -You can also provide a comma-separated list of allowed domains. **Do not skip this step.** +You can also provide a semicolon-separated list of allowed domains. **Do not skip this step.** :::