NextWeb/dev/nextweb/openresty/1.25.3.2-0-1-focal/data.yml
2024-11-02 15:15:06 +07:00

21 lines
634 B
YAML

additionalProperties:
formFields:
- default: 80
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
type: number
- default: 443
envKey: PANEL_APP_PORT_HTTPS
labelEn: HTTPS Port
labelZh: HTTPS 端口
required: true
type: number
- default: www
envKey: WEBSITE_DIR
labelEn: Website Dir
labelZh: 网站目录(默认网站目录会放置在 1Panel 安装目录下,如需修改请以绝对路径填写)
required: true
type: text