7 lines
82 B
Plaintext
7 lines
82 B
Plaintext
server {
|
|
listen 80 default;
|
|
server_name _;
|
|
|
|
return 404;
|
|
}
|