Tiny doc fix for Engine::FastCGI
Andrew Rodland [Fri, 5 Mar 2010 02:16:07 +0000 (02:16 +0000)]
lib/Catalyst/Engine/FastCGI.pm

index 9f7dfb2..96b75df 100644 (file)
@@ -297,7 +297,7 @@ static, and dynamic.
 =head3 Standalone server mode
 
     FastCgiExternalServer /tmp/myapp.fcgi -socket /tmp/myapp.socket
-    Alias /myapp/ /tmp/myapp/myapp.fcgi/
+    Alias /myapp/ /tmp/myapp.fcgi/
 
     # Or, run at the root
     Alias / /tmp/myapp.fcgi/