- Lab
- A Cloud Guru
Web Services: Creating a Proxy Server
Installing and managing services is one of the first things a Linux Server Administrator should learn how to do. Setting up a reverse proxy server can help with balancing the server load throughout your datacenter, increase security by reducing the number of servers exposed to the internet, and reducing the bandwidth used through your datacenter. In this lab, you'll be able to install, configure, and test a reverse proxy server using Nginx.
Path Info
Table of Contents
-
Challenge
Install and Configure Nginx so that it is configured as a reverse proxy for your other server.
- Verify the application server is serving data as expected.
- Install the
nginx
software usingyum
. - Configure the
nginx
software to reverse proxy. - Verify the service is using your changes by restarting it.
-
Challenge
Test the configuration, ensuring pages are served from your second server.
- Use
curl
to verify that the data being output from the application server matches the data being output from the reverse proxy server. - Double-check the data using your web browser to make sure the page renders correctly.
- Use
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.