Skip to content

Instantly share code, notes, and snippets.

@Dromich
Created April 6, 2022 08:07
Show Gist options
  • Save Dromich/f7ec2833eb2bc98747b5b62e79e3b373 to your computer and use it in GitHub Desktop.
Save Dromich/f7ec2833eb2bc98747b5b62e79e3b373 to your computer and use it in GitHub Desktop.
Optimal setting to Nginx for media
location ~* \.(mp3|mp4|3gp)$ {
aio on;
directio 8m;
output_buffers 1 8m;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment