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 e7e8a51 commit 43e199bCopy full SHA for 43e199b
nginx/nginx.conf
@@ -31,6 +31,7 @@ http {
31
alias /usr/share/nginx/html/static/;
32
}
33
location /media/ {
34
+ add_header Content-Disposition attachment;
35
alias /usr/share/nginx/html/media/;
36
37
location / {
nginx/nginx_TLS.conf
@@ -48,6 +48,7 @@ http {
48
49
50
51
52
53
54
0 commit comments