Skip to content

Latest commit

 

History

History

0x0C-web_server

0x0C. Web server

This project is about web servers. We are going to learn about Nginx, how to configure it and how to set up a domain name with it.

Files

  • 0-transfer_file: Bash script that transfers a file from our client to a server.

  • 1-install_nginx_web_server: Bash script that install and configures an Ubuntu machine with Nginx.

  • 2-setup_a_domain_name: Contains the domain name of my server.

  • 3-redirection: Bash script that configures a Nginx server so that /redirect_me is redirecting to another page.

  • 4-not_found_page_404: Bash script that configures a Nginx server to have a custom 404 page that contains the string Ceci n'est pas une page.