Add config for accounts .well-known proxyying

This commit is contained in:
2024-08-04 16:51:18 +02:00
parent 1c8ee14bb3
commit a99f7f7574
3 changed files with 7 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ end
openresty_site domain do
template "nginx_conf_website.erb"
variables domain: domain,
accounts_url: node.default["kosmos_website"]["accounts_url"],
ssl_cert: "/etc/letsencrypt/live/#{domain}/fullchain.pem",
ssl_key: "/etc/letsencrypt/live/#{domain}/privkey.pem"
end