https://stackoverflow.com/questions/60022155/how-to-run-django-and-wordpress-with-nginx
https://www.py4u.net/discuss/1744447
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://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
Post a Comment