My nginx server was installed by the following approach:
sudo add-apt-repository ppa:nginx/stable
sudo apt-get update && sudo apt-get install nginx
Now I need to https://github.com/vkholodkov/nginx-upload-module/tree/2.2 module to handle image uploading on my server. How could add this module to working nginx production server?