Skip to content

Commit

Permalink
Fixed directory listing prefixing
Browse files Browse the repository at this point in the history
  • Loading branch information
zc-devs authored and dekobon committed Aug 4, 2023
1 parent 309053c commit 1b4c306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/etc/nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ server {
# Apply XSL transformation to the XML returned from S3 directory listing
# results such that we can output an HTML directory contents list.
xslt_stylesheet /etc/nginx/include/listing.xsl;
xslt_string_param rootPath '${DIRECTORY_LISTING_PATH_PREFIX}';
xslt_types application/xml;

# We apply an output filter to the XML input received from S3 before it
Expand Down

0 comments on commit 1b4c306

Please sign in to comment.