mirror of
https://github.com/open-webui/docs.git
synced 2025-12-13 07:59:34 +07:00
semicolon
This commit is contained in:
@@ -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"
|
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.**
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
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.**
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user