From aebf0a12e82836e5393cd7d9b805700d9da4b51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 6 Jul 2023 10:13:52 +0200 Subject: [PATCH] Don't use AIO in development This was needed in my Vagrant setup (VirtualBox) --- environments/development.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environments/development.json b/environments/development.json index 7286ac2..b98e9ad 100644 --- a/environments/development.json +++ b/environments/development.json @@ -4,6 +4,9 @@ "json_class": "Chef::Environment", "chef_type": "environment", "default_attributes": { + "openresty": { + "try_aio": false + } }, "override_attributes": { "kosmos-mastodon": {