mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Adjust ProxyHostObject in api.swagger.json
This commit is contained in:
@ -1124,6 +1124,8 @@
|
|||||||
"advanced_config",
|
"advanced_config",
|
||||||
"meta",
|
"meta",
|
||||||
"allow_websocket_upgrade",
|
"allow_websocket_upgrade",
|
||||||
|
"proxy_support_enabled",
|
||||||
|
"load_balancer_ip",
|
||||||
"http2_support",
|
"http2_support",
|
||||||
"forward_scheme",
|
"forward_scheme",
|
||||||
"enabled",
|
"enabled",
|
||||||
@ -1197,6 +1199,12 @@
|
|||||||
"allow_websocket_upgrade": {
|
"allow_websocket_upgrade": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
"proxy_support_enabled": {
|
||||||
|
"type": "integer"
|
||||||
|
},
|
||||||
|
"load_balancer_ip": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"http2_support": {
|
"http2_support": {
|
||||||
"type": "integer"
|
"type": "integer"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user