update at 2026-02-10 14:41:16
This commit is contained in:
6
mac.conf
6
mac.conf
@@ -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;
|
||||
|
||||
|
||||
@@ -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" }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"baseUrl": "https://fonts.biboer.cn"
|
||||
},
|
||||
"B": {
|
||||
"baseUrl": "https://mac.biboer.cn"
|
||||
"baseUrl": "https://mac.biboer.cn:8443"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user