Disabled AIO on Ubuntu ngins images

This commit is contained in:
Alexey Pustovalov 2026-04-14 17:59:00 +09:00
parent f90d815c0e
commit 1e560e4b52
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ http {
output_buffers 128 512k;
postpone_output 1460;
aio on;
# aio on;
directio 512;
sendfile on;

View file

@ -49,7 +49,7 @@ http {
output_buffers 128 512k;
postpone_output 1460;
aio on;
# aio on;
directio 512;
sendfile on;