update pay ui

This commit is contained in:
2025-12-13 19:27:35 +08:00
parent d408dccc7b
commit 9f2e0d8276
3 changed files with 202 additions and 2 deletions

View File

@@ -45,8 +45,8 @@ keepalive = 5
# ==================== SSL 配置 ====================
# SSL 证书路径(生产环境需要配置)
cert_file = '/etc/letsencrypt/live/api.valuefrontier.cn/fullchain.pem'
key_file = '/etc/letsencrypt/live/api.valuefrontier.cn/privkey.pem'
cert_file = '/etc/nginx/ssl/api.valuefrontier.cn/fullchain.pem'
key_file = '/etc/nginx/ssl/api.valuefrontier.cn/privkey.pem'
if os.path.exists(cert_file) and os.path.exists(key_file):
certfile = cert_file