Skip to Content
πŸ“ NotesπŸ’» DeploymentLinuxNginxBasic - Nginx Command

Basic nginx

Basic Nginx usage for config files and restart

CLI
sudo nano /etc/nginx/sites-available/default sudo service nginx start sudo service nginx stop sudo service nginx restart nginx -t # Check the nginx congif is correct or not
Last updated on