Open ahmubashshir opened 3 years ago
GET /requested/path/ with nginx server-side scripting
GET /requested/path/
<title>Files <!--# echo var="document_uri" default="" --></title>
would generate.
<title>Files /requested/path/</title>
but it generates
<title>Files /static/header.html</title>
after configuring fancyindex header with subrequest. it'd be great if we could access original request properties as something like $fancyindex_var_<orig-var> or $http_x_fancyindex_<var>
$fancyindex_var_<orig-var>
$http_x_fancyindex_<var>
GET /requested/path/
with nginx server-side scriptingwould generate.
but it generates
after configuring fancyindex header with subrequest. it'd be great if we could access original request properties as something like
$fancyindex_var_<orig-var>
or$http_x_fancyindex_<var>