add config and resize info

main
eric 2023-10-23 13:39:53 -04:00
parent 20cae92a30
commit 222dae2f77
1 changed files with 17 additions and 1 deletions

View File

@ -13,4 +13,20 @@
python manage.py migrate
sudo systemctl restart gunicorn
```
```
## resize droplet
```
poweroff
```
reconfigure in console
power on button
```
sudo restart nginx
sudo restart gunicorn
```
## initial config
https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-18-04