Hello, I am considering the following configuration: server { include fastcgi.conf # Default configuration coming with a Debian package which contains a definition of the SCRIPT_FILENAME FastCGI variable with $document_root$fastcgi_script_name as its value ... location ~^/index\.php { fastcgi_split_path_info ^(/index\.php)(/.*)$; } }
​Will the FastCGI SCRIPT_FILENAME variable value take into account the value of $fastcgi_script_name after fastcgi_split_path_info has been called or will it be resolved when the fastcgi.conf file is included? --- *B. R.*
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx