├── Dockerfile ├── README.md ├── app.tar.gz ├── config.json └── screenshot ├── Screenshot 2017-09-09 01.32.06.png ├── Screenshot 2017-09-09 01.32.30.png ├── Screenshot 2017-09-09 01.33.07.png ├── Screenshot 2017-09-09 01.33.58.png └── Screenshot 2017-09-09 01.34.16.png /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/README.md -------------------------------------------------------------------------------- /app.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/app.tar.gz -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/config.json -------------------------------------------------------------------------------- /screenshot/Screenshot 2017-09-09 01.32.06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/screenshot/Screenshot 2017-09-09 01.32.06.png -------------------------------------------------------------------------------- /screenshot/Screenshot 2017-09-09 01.32.30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/screenshot/Screenshot 2017-09-09 01.32.30.png -------------------------------------------------------------------------------- /screenshot/Screenshot 2017-09-09 01.33.07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/screenshot/Screenshot 2017-09-09 01.33.07.png -------------------------------------------------------------------------------- /screenshot/Screenshot 2017-09-09 01.33.58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/screenshot/Screenshot 2017-09-09 01.33.58.png -------------------------------------------------------------------------------- /screenshot/Screenshot 2017-09-09 01.34.16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mrchoke/nginx-unit-python-django/HEAD/screenshot/Screenshot 2017-09-09 01.34.16.png --------------------------------------------------------------------------------