Skip to content

Latest commit

 

History

History

0x12-web_stack_debugging_2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

0x12. Web stack debugging #2

Table of contents

Files Description
0-iamsomeonelese Bash script that accepts one argument, runs the whoami command under the user passed as an argument
1-run_nginx_as_nginx Bash script that configures a container so that: 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 Bash script doing the same thing as 1-run_nginx_as_nginx but in 7 lines