Olá,
Seguindo as instruções do vídeo eu consegui fazer quase tudo exceto vizualizar o nginx na minha máquina local usando Port FWD.
Eu tentei usar curl verboso localmente pra ter mais detalhes mas infelizmente não consegui acessar.
Note que eu consigo ver o nginx se eu logar na máquina virtual e rodar um curl nela.
curl -v localhost:8089
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Trying ::1:8089...
* TCP_NODELAY set
* Trying 127.0.0.1:8089...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 8089 (#0)
> GET / HTTP/1.1
> Host: localhost:8089
> User-Agent: curl/7.65.3
> Accept: */*
>
* Recv failure: Connection was reset
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
* Closing connection 0
curl: (56) Recv failure: Connection was reset