We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6745398 commit 5fe7bc4Copy full SHA for 5fe7bc4
ocaml/xapi/xapi_host.ml
@@ -2927,4 +2927,7 @@ let apply_updates ~__context ~self ~hash =
2927
warnings
2928
2929
let set_https_only ~__context ~self ~value =
2930
- Db.Host.set_https_only ~__context ~self ~value
+ Db.Host.set_https_only ~__context ~self ~value ;
2931
+ let state = match value with true -> "close" | false -> "open" in
2932
+ ignore
2933
+ @@ Helpers.call_script !Xapi_globs.firewall_port_config_script [state; "80"]
0 commit comments