7 lines
68 B
Plaintext
7 lines
68 B
Plaintext
server {
|
|
%LISTEN_HTTP%
|
|
%USE_HTTPS%
|
|
server_name _;
|
|
return 444;
|
|
}
|