79141195

Date: 2024-10-30 13:00:03
Score: 2
Natty:
Report link

ssh to ip of instance Elasticbeanstalk. For my case, with nginx, we change file /nginx/conf.d/elasticbeanstalk/00_application.conf proxy_pass http://127.0.0.1:8080;

we change to

proxy_pass http://127.0.0.1:3000; it sucessful when access elasticbean public address.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chung Duong