Skip to content

Commit

Permalink
Merge pull request #6 from KEANO89/patch-1
Browse files Browse the repository at this point in the history
Update tcp-proxy.md
  • Loading branch information
aleksraiden authored Feb 25, 2024
2 parents 930c5c3 + 01643b4 commit 2037e4a
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 2037e4a

Please sign in to comment.