Unable to complete the tasks from Linux challenge 2

I am not sure how to complete these tasks from Linux Challenge 2.

Task 1

Configure Nginx as a reverse proxy for the GoApp so that we can access the GoApp on port “80”

Task 2
bob is able to login into GoApp using username “test” and password “test”

Hi @Aniket-Pawar ,

Please check this post.

Regards,

seems like task 2 depends on task 1 so after configuring nginx reverse proxy, task 2 will automatically resolve.

When I ran the command “sudo systemctl restart nginx”, the lab showed connection close and I was not able to do the task

not sure where to enter “proxy_pass http://127.0.0.1:8081;”

Here -
In the nginx.conf file, add below given line under location directive in server block and save the changes.

proxy_pass http://127.0.0.1:8081;

Regards,

1 Like

hi @Aniket-Pawar how did you complete the linux challenge 2. Currently having the same issues

1 Like