4 lines
71 B
Plaintext
4 lines
71 B
Plaintext
if ($host !~ ^({{ SERVER_NAME.replace(" ", "|") }})$) {
|
|
return 444;
|
|
}
|