- new-bpp.pem 있는 위치에서 WSL2 통해 인스턴스 접속
sudo ssh -i "new-bpp.pem" ubuntu@15.164.119.31
- 서버에 변동사항이 있다면
python manage.py collectstatic
python manage.py migrate
sudo service nginx restart
sudo service uwsgi restart
- 서버 주소
http://15.164.119.31/- new-bpp.pem 있는 위치에서 WSL2 통해 인스턴스 접속
sudo ssh -i "new-bpp.pem" ubuntu@15.164.119.31
- 서버에 변동사항이 있다면
python manage.py collectstatic
python manage.py migrate
sudo service nginx restart
sudo service uwsgi restart
- 서버 주소
http://15.164.119.31/