- Set http_proxy, https_proxy and no_proxy in /etc/profile .
export http_proxy="http://proxy.iiit.ac.in:8080"
- Set http_proxy, https_proxy and no_proxy in /etc/environment
- Change the APP_URL in file /var/www/src/config.py appropriately.
# APP_URL APP_URL = "http://10.2.57.1"