flask/docs/deploying
Simon Sapin c3f651dccb Remove the unused ScriptNameStripper.to_strip in the FastCGI doc example.
Alernatively, `environ['SCRIPT_NAME'] = ''` should be replaced with something like:

    if environ['SCRIPT_NAME'].startswith(self.to_strip):
        environ['SCRIPT_NAME'] = environ['SCRIPT_NAME'][len(self.to_strip):]
2012-07-12 16:31:53 +03:00
..
cgi.rst Added #522 in modified version 2012-06-17 14:22:15 +01:00
fastcgi.rst Remove the unused ScriptNameStripper.to_strip in the FastCGI doc example. 2012-07-12 16:31:53 +03:00
index.rst Reorder deployment options. 2012-04-01 10:54:27 -04:00
mod_wsgi.rst Updated mod_wsgi docs to reference the sys.path hackery 2011-12-04 18:59:37 -05:00
uwsgi.rst Reorder deployment options. 2012-04-01 10:54:27 -04:00
wsgi-standalone.rst Touch up proxying docs. 2012-04-01 11:19:51 -04:00