Jan 7, 2021
Great Guide, Thank you!
Just one small fix:
In the "myApp" file, ';' needed in the end of the "proxy_pass" line. can save a lot of confusion.
server{
listen 80;
server_name 35.172.128.64;
location / {
proxy_pass http://127.0.0.1:8000;
}
}