MD
Size: a a a
AY
ES
S
Vs
S
Vs
Vs
S
location ~* \.php1$ {
access_log /var/log/nginx/php_log;
fastcgi_pass unix:/var/run/sites.sock;
include fastcgi.conf;
fastcgi_param SCRIPT_FILENAME $document_root/$fastcgi_script_name;
}
Vs
S
AN
location /scj {
if ($limit_bots = 1) { return 403; }
}
AN
Vs
location /scj {
if ($limit_bots = 1) { return 403; }
if ($limit_bots !~* "1") { include /etc/nginx/php.conf; }
}
S
location /scj {
if ($limit_bots = 1) { return 403; }
if ($limit_bots !~* "1") { include /etc/nginx/php.conf; }
}