fix: enable production domain HTTPS

This commit is contained in:
Jesse_Chen
2026-07-16 10:21:35 +08:00
parent 6f138ebd45
commit 0604a648f0
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -1,4 +1,8 @@
{$SITE_ADDRESS:http://103.117.123.53} {
{$SITE_ADDRESS:https://jyotisha.chat} {
encode zstd gzip
reverse_proxy web:3000
}
www.jyotisha.chat {
redir https://jyotisha.chat{uri} permanent
}
+1 -1
View File
@@ -37,7 +37,7 @@ services:
image: caddy:2-alpine
restart: unless-stopped
environment:
SITE_ADDRESS: ${SITE_ADDRESS:-http://103.117.123.53}
SITE_ADDRESS: ${SITE_ADDRESS:-https://jyotisha.chat}
ports:
- "80:80"
- "443:443"