mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-04-25 08:40:51 +00:00
Fix bootloop if stream is used for http/https port
This commit is contained in:
parent
25a26d6175
commit
87998a03ce
@ -19,7 +19,9 @@
|
||||
"incoming_port": {
|
||||
"type": "integer",
|
||||
"minimum": 1,
|
||||
"maximum": 65535
|
||||
"maximum": 65535,
|
||||
"if": {"properties": {"tcp_forwarding": {"const": true}}},
|
||||
"then": {"not": {"oneOf": [{"const": 80}, {"const": 443}]}}
|
||||
},
|
||||
"forwarding_host": {
|
||||
"anyOf": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user