Skip to content

Commit

Permalink
Update master
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jun 16, 2012
1 parent 9f05510 commit 5bbf8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deploying/fastcgi.rst
Expand Up @@ -102,7 +102,7 @@ Set yourapplication.fcgi::

def __call__(self, environ, start_response):
environ['SCRIPT_NAME'] = ''
return self.app(environ, start_response)
return self.app(environ, start_response)

app = ScriptNameStripper(app)

Expand Down

0 comments on commit 5bbf8bd

Please sign in to comment.