Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dr5hn/nginx-conf
- Owner: dr5hn
- License: unlicense
- Created: 2020-10-06T11:19:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-08T08:13:01.000Z (over 2 years ago)
- Last Synced: 2024-11-01T02:02:33.476Z (19 days ago)
- Topics: angular, hacktoberfest, html, laravel, nginx-configuration, nodejs, strapi, wordpress
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.That's all Folks. Enjoy.