Project Information

  • Project name
    : 
    Building Web Server
  • Category
    : 
    Network
  • Role
    : 
    DevOps Engineer
  • Company
    : 
  • Project date
    : 
    October2023
  • Tools
    : 
    VSCode
  • Project URL
    : 

Details

This project focused on building a web server using NGINX as a reverse proxy server and implementing access limits on NGINX. The project is part of a submission for Dicoding Academy and offers an opportunity to learn and master important topics in web server configuration and management.

Point:

  • Web Server Configuration: Learning about NGINX configuration for various needs, including port settings, virtual host settings, and more.
  • Using NGINX as a Reverse Proxy Server: Directing network traffic from clients to other servers, helping to optimize and enhance application security.
  • Implementing Access Limits: Applying access controls to restrict and secure the use of the web server.