From 529864cabdd034109d4537a1dacffde2d76d7d5b Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 27 Jun 2025 02:53:49 +0100 Subject: [PATCH] community: enable ruby YJIT --- cookbooks/community/templates/default/web_only.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 4bfa9d5d5..685727daf 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -2,6 +2,7 @@ templates: - "templates/web.template.yml" - "templates/web.ipv6.template.yml" - "templates/web.ssl.template.yml" + - "templates/enable-ruby-yjit.yml" ## which TCP/IP ports should this container expose? ## If you want Discourse to share a port with another webserver like Apache or nginx, -- 2.39.5