forked from orbit-oss/flask
Update master
This commit is contained in:
parent
9f055104ad
commit
5bbf8bdcd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue