Deploying Multiple Apps Using Jenkins
Deploying Multiple Apps Using Jenkins
BY ANUSHREE IDEKAR
What is a Web Server?
Functions:
• Handle client requests (HTTP/HTTPS)
• Deliver website files
• Manage security through certificates and firewalls
Nginx Overview
•Benefits:
•Automates the deployment process
•Ensures consistency across environments (development, testing,
production)
•Easy rollback to previous versions
•Nginx and Apache are both powerful web servers with unique features.
•Jenkins automates the deployment process, making it easier to deploy
multiple applications on the same server.
•With proper configuration, both web servers can serve multiple applications
efficiently.
Thank
you