Created
April 6, 2022 08:07
-
-
Save Dromich/f7ec2833eb2bc98747b5b62e79e3b373 to your computer and use it in GitHub Desktop.
Optimal setting to Nginx for media
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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