Deploy akkounts-api behind an nginx reverse proxy with a TLS cert #109

Manually merged
raucao merged 7 commits from feature/18-akkounts-api into master 2019-10-18 12:31:40 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 2104e81250 - Show all commits

View File

@ -102,7 +102,6 @@
"recipe[kosmos-hubot::wormhole]",
"recipe[sockethub]",
"recipe[sockethub::proxy]",
"recipe[kosmos-akkounts]",
"recipe[kosmos-akkounts::nginx]"
"recipe[kosmos-akkounts]"
]

Is there a reason for the nginx site not being configured with the default recipe?

Is there a reason for the nginx site not being configured with the default recipe?
}

View File

@ -109,3 +109,5 @@ application path_to_deploy do
action [:enable, :start]
end
end
include_recipe 'kosmos-akkounts::nginx'