Nginx | General Commands
A few commands Nginx
systemctl start nginxsystemctl stop nginxsystemctl restart nginxsystemctl status nginx
Troubleshooting Nginx
sudo tail -f /var/log/nginx/error.log
sudo tail -f /var/log/odoo/odoo.log
Check connection
curl -I http://<your-external-ip>:80
curl -I https://<your-external-ip>:443
No Comments