Closed
Description
Depending on the configuration, you may see nginx
fail with the error:
ioctl(FIOASYNC) failed while spawning "worker process" (25: Inappropriate ioctl for device)
Support for FIOASYNC
is in progress, but it’s not available yet. For now, add
the line below to /etc/nginx/nginx.conf
:
master_process off;
Metadata
Metadata
Assignees
Labels
No labels