Edgewall Software

Changes between Version 78 and Version 79 of TracFastCgi


Ignore:
Timestamp:
Jun 28, 2014, 10:08:47 PM (10 years ago)
Author:
anonymous
Comment:

This will fix support for the uri`s containing spaces.

Legend:

Unmodified
Added
Removed
Modified
  • TracFastCgi

    v78 v79  
    415415            # (Or ``fastcgi_param  SCRIPT_NAME  /some/prefix``.)
    416416            fastcgi_param  SCRIPT_NAME        "";
    417             fastcgi_param  PATH_INFO          $path_info;
     417            fastcgi_param  PATH_INFO           $fastcgi_script_name;
    418418
    419419            ## WSGI NEEDED VARIABLES - trac warns about them