Deploy akkounts-api behind an nginx reverse proxy with a TLS cert #109
@ -102,7 +102,6 @@
|
||||
"recipe[kosmos-hubot::wormhole]",
|
||||
"recipe[sockethub]",
|
||||
"recipe[sockethub::proxy]",
|
||||
"recipe[kosmos-akkounts]",
|
||||
"recipe[kosmos-akkounts::nginx]"
|
||||
"recipe[kosmos-akkounts]"
|
||||
]
|
||||
|
|
||||
}
|
||||
|
||||
@ -109,3 +109,5 @@ application path_to_deploy do
|
||||
action [:enable, :start]
|
||||
end
|
||||
end
|
||||
|
||||
include_recipe 'kosmos-akkounts::nginx'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user
Is there a reason for the nginx site not being configured with the default recipe?