Welcome! Log In Create A New Profile

Advanced

Include order and variables definition in configuration

B.R.
February 24, 2014 05:42PM
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
Subject Author Posted

Include order and variables definition in configuration

B.R. February 24, 2014 05:42PM

Re: Include order and variables definition in configuration

Francis Daly February 24, 2014 05:48PM

Re: Include order and variables definition in configuration

Maxim Dounin February 24, 2014 06:44PM

Re: Include order and variables definition in configuration

B.R. February 24, 2014 07:08PM

Re: Include order and variables definition in configuration

Maxim Dounin February 24, 2014 08:50PM

Re: Include order and variables definition in configuration

B.R. February 25, 2014 03:48AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 188
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready