Skip to content

Latest commit

 

History

History

0x0E-web_stack_debugging_1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Web Stack Debugging #1

Using your debugging skills, find out what’s keeping your Ubuntu container’s Nginx installation from listening on port 80. Feel free to install whatever tool you need, start and destroy as many containers as you need to debug the issue. Then, write a Bash script with the minimum number of commands to automate your fix.

Requirements:

  • Nginx must be running, and listening on port 80 of all the server’s active IPv4 IPs
  • Write a Bash script that configures a server to the above requirements