Skip to content

Commit

Permalink
Prefix example commands with a $ to indicate that they are shell co…
Browse files Browse the repository at this point in the history
…mmands.
  • Loading branch information
postmodern committed Dec 4, 2023
1 parent aae47c4 commit 3f13c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/ronin-web-reverse-proxy.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ Starts a HTTP reverse proxy server.

Listen on the external interface on port 80:

sudo ronin-web reverse-proxy --host 0.0.0.0 --port 80
$ sudo ronin-web reverse-proxy --host 0.0.0.0 --port 80

Replace every occurrence of `https` with `http` in the response bodies:

ronin-web reverse-proxy --rewrite-responses https:http
$ ronin-web reverse-proxy --rewrite-responses https:http

## AUTHOR

Expand Down

0 comments on commit 3f13c7a

Please sign in to comment.