Release commit for 5.9013
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Deployment.pod
index 9652a43..294450f 100644 (file)
@@ -68,6 +68,11 @@ Catalyst can be deployed with any PSGI-compliant handler. See L<Catalyst::PSGI>
 for more information; a list of possible deployment servers are shown
 below:
 
+=head3 NGINX Unit
+
+L<NGINX Unit|https://unit.nginx.org> is a lightweight, dynamically configurable
+web app server that supports running PSGI-capable apps.
+
 =head3 Starman
 
 L<Starman> is a high-performance Perl server implementation, which is designed
@@ -87,11 +92,11 @@ mean that it is not suitable for most deployments.
 
 =head2 Chef
 
-<LChef|http://www.opscode.com/chef/> is an open-source systems integration
+L<Chef|https://www.chef.io/products/chef-infra/> is an open-source systems integration
 framework built specifically for automating cloud computing deployments. A
 Cookbooks demonstrating how to deploy a Catalyst application using Chef is
-available at L<http://community.opscode.com/cookbooks/catalyst> and
-L<http://github.com/melezhik/cookbooks/wiki/Catalyst-cookbook-intro>.
+available at L<https://supermarket.chef.io/cookbooks/catalyst> and
+L<https://github.com/melezhik/cookbooks/wiki/Catalyst-cookbook-intro>.
 
 =head1 AUTHORS