インストール nginx は PPA から入れる。 Install : Official Debian/Ubuntu packages $ sudo -s # nginx=stable # add-apt-repository ppa:nginx/$nginx # apt-get update # apt-get install nginx uwsgi 関連もインストール。 # apt-get install uwsgi uwsgi-plugin-python バージョン確認。 # nginx -v nginx version: nginx/1.0.11 # uwsgi --version uWSGI 0.9.8.1-debian # python -V Python 2.7.2+ hello world! helloworld してみる。 /etc/nginx/sites-availab