We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309053c commit 1b4c306Copy full SHA for 1b4c306
common/etc/nginx/templates/default.conf.template
@@ -239,6 +239,7 @@ server {
239
# Apply XSL transformation to the XML returned from S3 directory listing
240
# results such that we can output an HTML directory contents list.
241
xslt_stylesheet /etc/nginx/include/listing.xsl;
242
+ xslt_string_param rootPath '${DIRECTORY_LISTING_PATH_PREFIX}';
243
xslt_types application/xml;
244
245
# We apply an output filter to the XML input received from S3 before it
0 commit comments