Skip to content

Commit

Permalink
updating fabio.properties to show https+tcp+sni
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanejohnson committed Sep 10, 2020
1 parent e99883d commit 267f081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabio.properties
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
# * tcp for a raw TCP proxy with or witout TLS support
# * tcp+sni for an SNI aware TCP proxy
# * tcp-dynamic for a consul driven TCP proxy
# * https+tcp+sni for an SNI aware TCP proxy with https fallthrough
#
# If no 'proto' option is specified then the protocol
# is either 'http' or 'https' depending on whether a
Expand Down Expand Up @@ -286,6 +287,9 @@
# # TCP listener on port 443 with SNI routing
# proxy.addr = :443;proto=tcp+sni
#
# # TCP listener on port 443 with SNI routing with HTTPS fallthrough
# proxy.addr = :443;proto=https+tcp+sni;cs=some-name
#
# # TCP listeners using consul for config with 5 second refresh interval
# proxy.addr = 0.0.0.0:0;proto=tcp-dynamic;refresh=5s
#
Expand Down

0 comments on commit 267f081

Please sign in to comment.