1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-20 00:39:17 +08:00
1Panel/apps/nginx/1.23.1/config.json

20 lines
392 B
JSON
Raw Normal View History

2022-09-27 22:53:24 +08:00
{
"formFields": [
{
"type": "number",
2022-10-10 22:56:42 +08:00
"labelZh": "Http 端口",
"labelEn": "Http Port",
2022-09-27 22:53:24 +08:00
"required": true,
2022-09-30 17:56:06 +08:00
"default": 80,
2022-10-10 22:56:42 +08:00
"envKey": "PANEL_APP_PORT_HTTP"
},
{
"type": "number",
"labelZh": "Https 端口",
"labelEn": "Https Port",
"required": true,
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS"
2022-09-27 22:53:24 +08:00
}
]
}