Answer the question
In order to leave comments, you need to log in
Django request.build_absolute_uri?
Why does request.build_absolute_uri return localhost:8000 but not the domain name?
Jungi server + nginx proxy started
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)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question