Emby has the amazing feature to allow users to download content. This is pretty cool but when an user downloads content it uses all available bandwith of your server. Adding this location block in your nginx config will limit the speed of the download and the number of simultaneous downloads per IP address. # Add this outside of you server block limit_conn_zone $binary_remote_addr zone=addr:10m; # Bandwith limit (inside server block) location ~ /emby/Items/(.*)/Download$ { # Send traff