Skip to content

Commit

Permalink
Add cdn to hosts as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Dec 4, 2024
1 parent 50e3064 commit 7d6bb2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ servers:
# in Cloudflare's SSL/TLS setting to "Full" to enable end-to-end encryption.
proxy:
ssl: true
host: openai.servicestack.net
hosts:
- openai.servicestack.net
- ai-server-cdn.diffusion.works
# kamal-proxy connects to your container over port 80, use `app_port` to specify a different port.
app_port: 8080

Expand Down

0 comments on commit 7d6bb2e

Please sign in to comment.