Skip to content

Commit 885ea68

Browse files
1 parent c5bc889 commit 885ea68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx.conf

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ http {
1717
map_hash_bucket_size 128;
1818
include /etc/nginx/mime.types;
1919
default_type application/octet-stream;
20+
aio threads;
21+
aio_write on;
22+
sendfile on;
2023

2124
# Include nginx timeout configs
2225
include /etc/nginx/nginx.timeouts.config.conf;

0 commit comments

Comments
 (0)