Skip to content

Commit 7d6bb2e

Browse files
committed
Add cdn to hosts as well
1 parent 50e3064 commit 7d6bb2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ servers:
2929
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
3030
proxy:
3131
ssl: true
32-
host: openai.servicestack.net
32+
hosts:
33+
- openai.servicestack.net
34+
- ai-server-cdn.diffusion.works
3335
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
3436
app_port: 8080
3537

0 commit comments

Comments
 (0)