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.
- Host: GitHub
- URL: https://github.com/benjaminpla/nginx
- Owner: benjaminPla
- Created: 2023-06-22T12:26:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T21:42:20.000Z (almost 3 years ago)
- Last Synced: 2025-06-09T16:07:20.287Z (about 1 year ago)
- Topics: dns, nginx, ssl
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.