Skip to content

Commit

Permalink
fix: host-header command
Browse files Browse the repository at this point in the history
Signed-off-by: Russ Savage <[email protected]>
  • Loading branch information
russorat committed Sep 4, 2024
1 parent 04bfbea commit f38adb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/http/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ ngrok http foo.local:80 --host-header=rewrite
It is equivalent to:

```
ngrok http foo.local:80 --request-header-add='foo.local'
ngrok http foo.local:80 --request-header-add='host:foo.local'
```

#### File Serving
Expand Down

0 comments on commit f38adb2

Please sign in to comment.