Skip to content

Commit

Permalink
Merge pull request #200 from pimcore/192-download-csv-assets-does-not…
Browse files Browse the repository at this point in the history
…-work

add csv, json extension and studio api path
  • Loading branch information
alexz707 authored Aug 23, 2024
2 parents bd95bf7 + 2fa6756 commit 354d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ server {

# Assets
# Still use a whitelist approach to prevent each and every missing asset to go through the PHP Engine.
location ~* ^(?!/admin|/asset/webdav)(.+?)\.((?:css|js)(?:\.map)?|jpe?g|gif|png|svgz?|eps|exe|gz|zip|mp\d|m4a|ogg|ogv|webp|webm|pdf|docx?|xlsx?|pptx?)$ {
location ~* ^(?!/admin|/asset/webdav|/studio/api)(.+?)\.((?:css|js)(?:\.map)?|jpe?g|gif|png|svgz?|eps|exe|gz|json|zip|mp\d|m4a|ogg|ogv|webp|webm|pdf|csv|docx?|xlsx?|pptx?)$ {
try_files /var/assets$uri $uri =404;
expires 2w;
access_log off;
Expand Down

0 comments on commit 354d4fc

Please sign in to comment.