fix: enable production domain HTTPS
This commit is contained in:
+5
-1
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user