Skip to content

Commit

Permalink
Update configure.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads authored Jun 10, 2024
1 parent e101c2d commit 4db8fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
end

webui_config "Configure Nginx WebUI" do
hosts node["redborder"]["webui"]["webui_hosts"]
hosts node["redborder"]["webui"]["hosts"]
cdomain node["redborder"]["cdomain"]
port node["redborder"]["webui"]["port"]
action ((manager_services["webui"] and manager_services["nginx"]) ? [:configure_certs, :add_webui_conf_nginx] : :nothing)
Expand Down

0 comments on commit 4db8fa1

Please sign in to comment.