This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ordered by Channel Select Semantics Ordered using nil implemented Bias | |
msg type 2 msg type 1 | |
msg type 1 msg type 2 | |
msg type 1 msg type 2 | |
msg type 1 msg type 1 | |
msg type 2 msg type 2 | |
msg type 1 msg type 2 | |
msg type 2 msg type 1 | |
msg type 2 msg type 2 | |
msg type 2 msg type 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
events { | |
# nginx requires this section even when applying all default values | |
} | |
http { | |
# Upstream keyword is followed by a url (domain name/IP). This reference encapsulates | |
# the list of backend servers defined for a virtual proxy. When autnenticating | |
# a certificate from a backend server, the upstream url is supplied to the | |
# certificate authentication process instead of the backend server name. See | |
# the comments associated with proxy_pass below for a detailed discussion. |
NewerOlder