Ad Under Header

Solusi webnya yang dicloning/mirroring sama orang

Ubah domain di kode & paste di nginx config di bawah block " location ... { "

set $origin_cocok "";
set $origin_cocok2 "";
if ($http_host !~* "^(.+[.])?chandr1000.net") {
set $origin_cocok "false";
}
if ($http_origin != "") {
set $origin_cocok2 "false";
}
if ($http_origin !~* "https?://(.+[.])?chandr1000.net") {
set $origin_cocok2 "{origin_cocok2}false";
}
# important note: kode tepat di bawah ini bakal merusak CORS
# aktifkan dengan hati-hati dengan uncomment syntax "set"
if ($origin_cocok2 = "falsefalse") {
# set $origin_cocok "false"; # jika origin header tidak kosong dan berisi selain chandr1000.net; set ke false
}
if ($origin_cocok = "false") {
return 403;
}



Top ad
Middle Ad 1
Parallax Ad
Middle Ad 2
Bottom Ad
Link copied to clipboard.