This project was about more Web stack debugging cases.
I learnt about user privileges and debugging nginx configuration.
Each file contains the solution to a task in the project.
- 0-iamsomeoneelse: A Bash script that accepts one argument and runs the
whoamicommand under the user passed as an argument. - 1-run_nginx_as_nginx: A Bash script that configures a container as follows:
nginxmust be running asnginxusernginxmust be listening on all active IPs on port8080.
- [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.