Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dr5hn/nginx-conf

Handy sets of NginX Configurations for Laravel, NodeJS, Wordpress, Angular & Strapi
https://github.com/dr5hn/nginx-conf

angular hacktoberfest html laravel nginx-configuration nodejs strapi wordpress

Last synced: 7 days ago
JSON representation

Handy sets of NginX Configurations for Laravel, NodeJS, Wordpress, Angular & Strapi

Awesome Lists containing this project

README

        

# nginx-conf
Handy sets of NginX Configurations

## Installation
[Official Documentation](https://docs.nginx.com/nginx/admin-guide/installing-nginx/installing-nginx-open-source/)

[My Preference](https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-18-04)

## Basic Commands
```bash
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 @dr5hn Twitter @dr5hn LinkedIn @dr5hn

That's all Folks. Enjoy.