Disabled AIO on Ubuntu ngins images
This commit is contained in:
parent
f90d815c0e
commit
1e560e4b52
|
|
@ -49,7 +49,7 @@ http {
|
|||
|
||||
output_buffers 128 512k;
|
||||
postpone_output 1460;
|
||||
aio on;
|
||||
# aio on;
|
||||
directio 512;
|
||||
|
||||
sendfile on;
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ http {
|
|||
|
||||
output_buffers 128 512k;
|
||||
postpone_output 1460;
|
||||
aio on;
|
||||
# aio on;
|
||||
directio 512;
|
||||
|
||||
sendfile on;
|
||||
|
|
|
|||
Loading…
Reference in a new issue