Move Mastodon nginx to proxy/LB #452

Merged
greg merged 11 commits from feature/mastodon_nginx into master 2022-12-08 13:07:35 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 2ecb4e2385 - Show all commits

View File

@@ -61,6 +61,7 @@
"nodejs::install", "nodejs::install",
"backup::default", "backup::default",
"logrotate::default", "logrotate::default",
"poise-git::default",
"git::default", "git::default",
"git::package" "git::package"
], ],

View File

@@ -70,7 +70,7 @@ npm_package "yarn" do
version "1.22.4" version "1.22.4"
end end
ruby_version = "3.0.3" ruby_version = "3.0.4"
execute "systemctl daemon-reload" do execute "systemctl daemon-reload" do
command "systemctl daemon-reload" command "systemctl daemon-reload"