Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"group": "Performance",
"pages": [
"self-hosted/deployment/performance/optimizing-configurations",
"self-hosted/deployment/performance/asset-cdn-setup",
"self-hosted/deployment/performance/cloudfront-cdn"
]
},
Expand Down
8 changes: 7 additions & 1 deletion self-hosted/configuration/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,13 @@ FB_APP_ID=

## Using CDN for asset delivery

With the release v1.8.0, we are enabling CDN support for Chatwoot. If you have a high traffic website, we recommend to setup a CDN for your asset delivery. Read setting up [CloudFront as your CDN](/self-hosted/deployment/performance/cloudfront-cdn) guide.
`ASSET_CDN_HOST` support shipped in **Chatwoot v1.8.0**. If you have a high-traffic website, we recommend serving Chatwoot's static assets from a CDN. Set `ASSET_CDN_HOST` to the public URL of your CDN:

```bash
ASSET_CDN_HOST=https://cdn.example.com
```

For the full workflow (extracting assets from the built image, uploading to your CDN, and configuring CORS) see the [Asset CDN Setup guide](/self-hosted/deployment/performance/asset-cdn-setup). AWS users can follow the [CloudFront CDN guide](/self-hosted/deployment/performance/cloudfront-cdn) for distribution-specific steps.

## Enable new account signup

Expand Down
Loading
Loading