update at 2026-02-10 14:41:16

This commit is contained in:
douboer
2026-02-10 14:41:16 +08:00
parent 0c24d94f4c
commit 58b2d15eae
3 changed files with 5 additions and 5 deletions

View File

@@ -5,12 +5,12 @@ server {
listen 80;
listen [::]:80;
server_name mac.biboer.cn;
return 301 https://$host$request_uri;
return 301 https://$host:8443$request_uri;
}
server {
listen 443 ssl;
listen [::]:443 ssl;
listen 8443 ssl;
listen [::]:8443 ssl;
http2 on;
server_name mac.biboer.cn;

View File

@@ -62,7 +62,7 @@ miniprogram/
"cooldownMinutes": 10,
"servers": {
"A": { "baseUrl": "https://fonts.biboer.cn" },
"B": { "baseUrl": "https://mac.biboer.cn" }
"B": { "baseUrl": "https://mac.biboer.cn:8443" }
}
}
```

View File

@@ -6,7 +6,7 @@
"baseUrl": "https://fonts.biboer.cn"
},
"B": {
"baseUrl": "https://mac.biboer.cn"
"baseUrl": "https://mac.biboer.cn:8443"
}
}
}