Skip to content

Instantly share code, notes, and snippets.

View WhisperingChaos's full-sized avatar

Rich Moyse WhisperingChaos

View GitHub Profile
@WhisperingChaos
WhisperingChaos / Generated Output
Last active February 15, 2018 03:46
Nil Channel favor/prioritize channels: Generated Output
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
@WhisperingChaos
WhisperingChaos / ngnix.conf
Last active November 12, 2022 21:42
NGINX SSL/TLS Reverse Proxy to Upstream SSL servers.
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.