MD
Size: a a a
MD
k
S
S
location /scj/ {
if ($limit_bots = 1) { return 403; }
}
location ~* /scj/(.*)\.php$ {
if ($limit_bots = 1) { return 403; }
fastcgi_pass unix:/var/run/sites.sock;
include fastcgi.conf;
fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
fastcgi_param SCRIPT_NAME $fastcgi_script_name;
}