Skip to content

Commit

Permalink
Update HTTPConfig-not-required.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
azr committed Mar 22, 2021
1 parent 586b740 commit 098ca11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
default this is empty, which means no HTTP server will be started. The
address and port of the HTTP server will be available as variables in
`boot_command`. This is covered in more detail below. Example: Setting
`"foo/bar"="baz", will allow you to http get on
`"foo/bar"="baz"`, will allow you to http get on
`http://{http_ip}:{http_port}/foo/bar`.

- `http_port_min` (int) - These are the minimum and maximum port to use for the HTTP server
Expand Down

0 comments on commit 098ca11

Please sign in to comment.