location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;
proxy_pass http://localhost:8000/;
}
return request.build_absolute_uri(profile_picture_url)
USE_X_FORWARDED_HOST == True
X-Forwarded-Host