Skip to content

Commit

Permalink
Add section on UI settings for proxies (#16912)
Browse files Browse the repository at this point in the history
Co-authored-by: daniel-prefect <[email protected]>
  • Loading branch information
cicdw and daniel-prefect authored Jan 30, 2025
1 parent a2362a2 commit 3ac3d54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/v3/manage/self-host.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,12 @@ Alternatively, the Prefect library connects to the API through any proxies you h
You may also use the `NO_PROXY` environment variable to specify which hosts should not pass through the proxy.

For more information about these environment variables, see the [cURL documentation](https://everything.curl.dev/usingcurl/proxies/env).

#### UI

When self-hosting the UI behind a proxy or reverse proxy, there are a few settings you may need to keep in mind:

- `PREFECT_UI_API_URL`: the connection URL for communication from the UI to the API
- `PREFECT_UI_SERVE_BASE`: the base URL path to serve the UI from
- `PREFECT_UI_URL`: this is a convenience setting for _clients_ that print or log UI URLs (for example, the Prefect CLI)

0 comments on commit 3ac3d54

Please sign in to comment.