MENU

Fun & Interesting

How to Deploy Django on Nginx with uWSGI (full tutorial)

Tony Teaches Tech 96,722 4 years ago
Video Not Working? Fix It Now

Learn how to deploy a Django website on Nginx with uWSGI as a web server gate interface. In this complete tutorial, we will use Ubuntu 20.04 and the latest version of Django and uWSGI. Nginx will communicate requests to the WSGI via a UNIX socket. Additionally, we will create a system service to launch the website at boot (and keep the service running). Need a server to deploy your Django site? Try Linode 👉 https://ttt.do/LinodeDjangoDeploy ($100 free Linode credits when you use my affiliate link) Code snippets and more at https://tonyteaches.tech/django-nginx-uwsgi-tutorial/ Check out my vlog channel @TonyFlorida #django #uwsgi #nginx #ubuntu

Comment