X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FCookbook.pod;h=0184419c6e512e4cb64dd0086f585a2734658601;hp=f4b756b9cf8e77aaaeb47181a0bc686ae4ec1cf7;hb=c1c35b01ac8231ccfd60b691c1b435f641c617f3;hpb=3cca83594d8071ecc4bc3bd7307f5144a8de9aca diff --git a/lib/Catalyst/Manual/Cookbook.pod b/lib/Catalyst/Manual/Cookbook.pod index f4b756b..0184419 100644 --- a/lib/Catalyst/Manual/Cookbook.pod +++ b/lib/Catalyst/Manual/Cookbook.pod @@ -1550,8 +1550,8 @@ The same is accomplished in lighttpd with the following snippet: Which serves everything in the img, static, css directories statically, as well as the favicon file. -Note the pathof the applqication needs to be stated explicitly for -boththese recipes. +Note the path of the application needs to be stated explicitly in the +web server configuration for both these recipes. =head2 Catalyst on shared hosting