503 error for a new site

Markos

Well-known member
I have a new site, and i see a 503 error.

It's strange because it has no traffic. I can navigate into this site but when i try to crawl it with Screaming Frog, i see a 503 error. How it's possible? How can i resolve this issue?
 
503 error doesn't necessarily have anything to do with traffic. It could be caused by anything really. Check your apache error log and see if anything shows up.
 
And if I remember correctly, CentMinMod had that enabled to try to do some base DDOS protection.
 
You can post part of your nginx error.log file here. It is usually located at /var/log/nginx/error.log

You could enter this command on linux bash:
Code:
# cat /var/log/nginx/error.log
 
Top Bottom