Chx:localonly Site
A proxy receives a chunked response from an origin server. The proxy adds chx:localonly to certain chunks to instruct itself (or a sibling module) to those chunks, apply local transformation, or delay transmission.
Using a local account via this bypass offers several privacy and functional benefits reported by tech communities like BleepingComputer and WindowsForum : chx:localonly
location /stream proxy_pass http://backend; proxy_set_header X-Local-Only-Hint $chx_localonly; # Strip chx:localonly before sending to client proxy_hide_header chx; A proxy receives a chunked response from an origin server