#!/bin/bash sudo service uwsgi stop sudo killall uwsgi sudo service uwsgi start sudo service nginx reload