Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Web stack debugging #2

This project was about more Web stack debugging cases.

Summary

I learnt about user privileges and debugging nginx configuration.

Files

Each file contains the solution to a task in the project.

  • 0-iamsomeoneelse: A Bash script that accepts one argument and runs the whoami command under the user passed as an argument.
  • 1-run_nginx_as_nginx: A Bash script that configures a container as follows:
    • nginx must be running as nginx user
    • nginx must be listening on all active IPs on port 8080.
  • [100-fix_in_7_lines_or_less] 100-fix_in_7_lines_or_less: Refine the previous task and fix it in 7 lines or less.