6 lines
77 B
Plaintext
6 lines
77 B
Plaintext
server {
|
|
listen 80;
|
|
listen [::]:80 default_server http2;
|
|
|
|
return 444;
|
|
} |