How I can to serve the file:
'/webapps/app/static/downloads/privacy_policy.pdf'
by address:
https://my.site.net/privacy/
I try to use location in my nginx, but this not work:
location /privacy/ {
alias /webapps/app/static/downloads/privacy_policy.pdf;
}