1Panel/apps/nginx/versions/1.21.4/config.json

24 lines
442 B
JSON
Raw Normal View History

2022-11-19 17:16:02 +08:00
{
"formFields": [
{
"type": "number",
"labelZh": "Http 端口",
"labelEn": "Http Port",
"required": true,
"default": 80,
2022-12-26 16:33:54 +08:00
"envKey": "PANEL_APP_PORT_HTTP",
2022-12-28 16:07:43 +08:00
"disabled": true
2022-11-19 17:16:02 +08:00
},
{
"type": "number",
"labelZh": "Https 端口",
"labelEn": "Https Port",
"required": true,
"default": 443,
2022-12-26 16:33:54 +08:00
"envKey": "PANEL_APP_PORT_HTTPS",
"disabled": true
2022-11-19 17:16:02 +08:00
}
]
}