mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
feat(security): 启用HTTPS并配置SSL证书
更新所有HTTP链接为HTTPS,配置Nginx支持SSL并添加重定向 添加443端口映射和SSL证书挂载 更新文档和配置中的URL引用
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"id": 3,
|
||||
"config_name": "网页图标",
|
||||
"config_key": "sys_web_favicon",
|
||||
"config_value": "http://service.fastapiadmin.com/api/v1/static/image/favicon.png",
|
||||
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/favicon.png",
|
||||
"config_type": true,
|
||||
"description": "网页图标",
|
||||
"creator_id": 1
|
||||
@@ -30,7 +30,7 @@
|
||||
"id": 4,
|
||||
"config_name": "网站Logo",
|
||||
"config_key": "sys_web_logo",
|
||||
"config_value": "http://service.fastapiadmin.com/api/v1/static/image/logo.png",
|
||||
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/logo.png",
|
||||
"config_type": true,
|
||||
"description": "网站Logo",
|
||||
"creator_id": 1
|
||||
@@ -39,7 +39,7 @@
|
||||
"id": 5,
|
||||
"config_name": "登录背景",
|
||||
"config_key": "sys_login_background",
|
||||
"config_value": "http://service.fastapiadmin.com/api/v1/static/image/background.svg",
|
||||
"config_value": "https://service.fastapiadmin.com/api/v1/static/image/background.svg",
|
||||
"config_type": true,
|
||||
"description": "登录背景",
|
||||
"creator_id": 1
|
||||
@@ -66,7 +66,7 @@
|
||||
"id": 8,
|
||||
"config_name": "帮助文档",
|
||||
"config_key": "sys_help_doc",
|
||||
"config_value": "http://service.fastapiadmin.com/site/index.html",
|
||||
"config_value": "https://service.fastapiadmin.com/site/index.html",
|
||||
"config_type": true,
|
||||
"description": "帮助文档",
|
||||
"creator_id": 1
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"mobile": "15382112222",
|
||||
"email": "admin@qq.com",
|
||||
"gender": "0",
|
||||
"avatar": "http://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
||||
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
||||
"status": true,
|
||||
"is_superuser": true,
|
||||
"last_login": null,
|
||||
@@ -23,7 +23,7 @@
|
||||
"mobile": "15382112121",
|
||||
"email": "demo@qq.com",
|
||||
"gender": "1",
|
||||
"avatar": "http://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
||||
"avatar": "https://service.fastapiadmin.com/api/v1/static/image/avatar.png",
|
||||
"status": true,
|
||||
"is_superuser": false,
|
||||
"last_login": null,
|
||||
|
||||
Reference in New Issue
Block a user