Content differences:
--- /etc/confd/templates/_etc_haproxy_conf.d_tls.cfg.tmpl.orig
+++ /etc/confd/templates/_etc_haproxy_conf.d_tls.cfg.tmpl
@@ -314,9 +314,9 @@
http-request set-bandwidth-limit limit-by-source if !is_trusted_request
http-request set-bandwidth-limit limit-by-path if !is_trusted_request
- # Set TOS field in video packets to DSCP CS1 to map them to lower-priority network queue
+ # Set TOS field for certain file extensions to DSCP CS1 to map them to lower-priority network queue
http-request set-var(txn.req_path) path
- http-response set-tos 0x20 if { var(txn.req_path) -i -m end .webm .ogv .ogg .ogx }
+ http-response set-tos 0x20 if { var(txn.req_path) -i -m end .webm .ogv .ogg .ogx .tif .tiff }
# Populate the X-Requestctl request header in order pass the current state on to varnish.
# While we might not select a requestctl-filter backend, we may have logged to x_requestctl and