[Catalyst-commits] r8714 - trunk/examples/CatalystAdvent/root/2008
jshirley at dev.catalyst.perl.org
jshirley at dev.catalyst.perl.org
Thu Dec 4 17:55:34 GMT 2008
Author: jshirley
Date: 2008-12-04 17:55:34 +0000 (Thu, 04 Dec 2008)
New Revision: 8714
Modified:
trunk/examples/CatalystAdvent/root/2008/2.pod
Log:
another minor edit
Modified: trunk/examples/CatalystAdvent/root/2008/2.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2008/2.pod 2008-12-04 17:35:53 UTC (rev 8713)
+++ trunk/examples/CatalystAdvent/root/2008/2.pod 2008-12-04 17:55:34 UTC (rev 8714)
@@ -184,7 +184,7 @@
fastcgi_pass, you simply have proxy_pass in its place and then set the
proxy headers:
- location / {
+ location /myapp/ { # Or, simply "location /"
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
More information about the Catalyst-commits
mailing list