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

https://github.com/benjaminpla/nginx

Nginx usefulll template.
https://github.com/benjaminpla/nginx

dns nginx ssl

Last synced: 9 months ago
JSON representation

Nginx usefulll template.

Awesome Lists containing this project

README

          

# Nginx

## Usefull commands

- Configure Nginx: `sudo vi /etc/nginx/nginx.conf`.
- Start Nginx: `sudo service nginx start`.
- Restart Nginx to apply the configuration changes: `sudo service nginx restart`.
- Check Nginx status: `sudo systemctl status nginx`.
- Test Nginx configuration file: `sudo nginx -t`.