- {{define "form/streamHTTPUpgrade"}}
- <a-form :colon="false" :label-col="{ md: {span:8} }" :wrapper-col="{ md: {span:14} }">
- <a-form-item label="PROXY Protocol">
- <a-switch v-model="inbound.stream.httpupgrade.acceptProxyProtocol"></a-switch>
- </a-form-item>
- <a-form-item label='{{ i18n "host" }}'>
- <a-input v-model.trim="inbound.stream.httpupgrade.host"></a-input>
- </a-form-item>
- <a-form-item label='{{ i18n "path" }}'>
- <a-input v-model.trim="inbound.stream.httpupgrade.path"></a-input>
- </a-form-item>
- </a-form>
- {{end}}
|