Skip to content

Commit

Permalink
Update tcp-proxy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KEANO89 authored and tristanmorgan committed Sep 10, 2024
1 parent 5637475 commit 2f7b385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/feature/tcp-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ fabio -proxy.addr ':1234;proto=tcp'
TCP proxy support can be combined with [Certificate Stores](/feature/certificate-stores/) to provide TLS termination on fabio.

```
fabio -proxy.cs 'cs=ssl;type=path;path=/etc/ssl' -proxy.addr ':1234;proto=tcp;cs=ssl'
fabio -proxy.cs 'cs=ssl;type=path;cert=/etc/ssl' -proxy.addr ':1234;proto=tcp;cs=ssl'
```

0 comments on commit 2f7b385

Please sign in to comment.