when I request `/proxy/http://www.google.com` to runserver, view function gets url as `http://www.google.com` But this changes when I run in nginx + uwsgi mode view function gets url as `http:/www.google.com` (with the single quote)