src/data/projects/static-site-server.md
The goal of this project is to help you understand the basics of setting up a web server using a basic static site served using Nginx. You will also learn how to use rsync to deploy your changes to the server.
Here are the requirements for this project:
nginx to serve a static site.rsync to update a remote server with a local static site.You can write a script deploy.sh which when you run will use rsync to sync your static site to the server.
Once you have completed the project, you should have a basic understanding of how to setup a web server using a basic static site served using Nginx. You should also have a basic understanding of how to use rsync to deploy your changes to the server.