Skip to content

Commit

Permalink
Use consistent hostname for caddy reverse proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
nealey authored Jan 12, 2024
1 parent 3e2beb4 commit b203f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1031,7 +1031,7 @@ On Caddy, websocket proxying can be configured with:

```
handle_path /webirc {
reverse_proxy ircd:8067
reverse_proxy 127.0.0.1:8067
}
```

Expand Down

0 comments on commit b203f51

Please sign in to comment.