Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
btipling authored and anandology committed Jan 5, 2011
1 parent 36ce6f7 commit f918581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/fastcgi-apache.md
Expand Up @@ -35,7 +35,7 @@ Replace '/var/www/myapp/' with the path to your apps directory
RewriteCond %{REQUEST_URI} !^/favicon.ico$
RewriteCond %{REQUEST_URI} !^(/.*)+code.py/
RewriteRule ^(.*)$ code.py/$1 [PT]
</IfModule>
</IfModule>
</Directory>

<Directory "/var/www/myapp/static">
Expand Down

0 comments on commit f918581

Please sign in to comment.