Don't use AIO in development

This was needed in my Vagrant setup (VirtualBox)
This commit is contained in:
Greg Karékinian 2023-07-06 10:13:52 +02:00
parent 2950ab5bfc
commit aebf0a12e8

View File

@ -4,6 +4,9 @@
"json_class": "Chef::Environment",
"chef_type": "environment",
"default_attributes": {
"openresty": {
"try_aio": false
}
},
"override_attributes": {
"kosmos-mastodon": {