79092956

Date: 2024-10-16 07:50:27
Score: 0.5
Natty:
Report link

The command sudo nginx -t checks all files, including those in sites-available. If you try to check a file with the command sudo nginx -t -c /etc/nginx/sites-available/$filename, it will result in various errors, as those files usually do not correspond to the normal nginx configuration. More information can be found here.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Eugene