Forgotten file

This commit is contained in:
2024-07-04 15:20:07 -03:00
parent 05438d13cf
commit 83b6615503
2 changed files with 50 additions and 0 deletions

View File

@ -48,6 +48,7 @@ localhost:8888 {
reverse_proxy /* http://#{funko}:3000
}
) }.join("\n") + "}"
# FIXME that 👆🏼 is not a functional load balancing config if scale > 1
if @@current_config != config
File.open("Caddyfile", "w") do |file|