6 lines
56 B
Plaintext
6 lines
56 B
Plaintext
|
server {
|
||
|
listen 80;
|
||
|
listen [::]:80;
|
||
|
|
||
|
return 403;
|
||
|
}
|