• Home
  • Nginx
  • Make certains as attachment for downloading

Make certains as attachment for downloading

linkaiyi
Follow
location /data/  {
        autoindex on;
        alias /data/;
        expires 30d;

        if ( $request_filename ~ "^.*/(.+\.(zip|tgz|iso|gz))$" ){
            set $fname $1;
            add_header Content-Disposition 'attachment; filename="$fname"';
        }
    }
Object has 0 attachments

Was this article helpful?

This article is viewed 52 times!

Related Articles

0 Comments

Leave a Comment

Support