mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
6 lines
47 B
Plaintext
6 lines
47 B
Plaintext
server {
|
|
location =/ {
|
|
return 404;
|
|
}
|
|
}
|