PROXY Protocol across NGINX Ports Quirck
I noticed an odd quirk while configuring NGINX to accept PROXY protocol headers from a load balancer. I thought I'd share a quick note about using proxy_protocol
, and its effects across multiple server directives sharing the same port.
When using proxy_protocol
, it's enabled for all server directives that share the same port. . . .
Making Slack Night Mode
Update Jan 22, 2016: Slack has fixed this vulnerability, in under 24 hours! This means the solution in this article about using Slack Night Mode on Slack's desktop applications is no longer viable.
As with other companies, Slack is a valuable communication tool for us at Hund. Using integrations helps centralize . . .
Posted in: side-project