update pay ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user