- NGINX Cookbook
- Tim Butler
- 63字
- 2025-04-04 18:27:15
Deploying a basic site
If you have a static website, this is very easy to deploy with NGINX. With systems such as Jekyll (which powers the GitHub Pages), static site deployments can be easy to generate and are far less hassle when it comes to security and exploits. Quite simply, a static website can't be hacked and doesn't suffer from any performance issues.