Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.23 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.23 KB

nginx-conf

Handy sets of NginX Configurations

Installation

Official Documentation
My Preference

Basic Commands

sudo nginx -t # to validate configurations
sudo systemctl reload nginx # reload without turning off
sudo systemctl start nginx # simply start
sudo systemctl restart nginx # switch off and start
sudo systemctl stop nginx # switch off

Contributions

Welcoming more configurations.

Follow me at

Github @iamhitya Twitter @iamhitya LinkedIn @iamhitya

That's all Folks. Enjoy.