Django Nginx Host + Setup Multiple Djnao + With Laravel/Wordpress

 


 https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04

 

https://www.digitalocean.com/community/questions/how-to-deploy-multiple-django-apps-as-subdomains-using-nginx-and-gunicorn

 

https://stackoverflow.com/questions/60022155/how-to-run-django-and-wordpress-with-nginx

 

https://www.py4u.net/discuss/1744447

 

https://stackoverflow.com/questions/40581246/how-to-run-django-and-wordpress-on-nginx-server-using-same-domain 


https://tonyteaches.tech/django-and-wordpress-on-nginx/


python - Add a prefix to URL patterns - Stack Overflow

change static_url = '/subdir/static/'


Django run on port without service:

https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-16-04

https://serverfault.com/questions/196929/how-to-reply-with-200-from-nginx-without-serving-a-file

https://linuxize.com/post/getting-started-with-tmux/

https://stackoverflow.com/questions/29545665/running-django-application-on-port-80-using-nginx

sudo ufw allow 8001

source env/bin/activate

python manage.py runserver 0.0.0.0:8001

Comments