mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2024-11-17 17:41:32 -05:00
Return 404 by default
This commit is contained in:
parent
79b96cad6e
commit
7d03721445
@ -12,6 +12,10 @@ http {
|
||||
location /.well-known/acme-challenge/ {
|
||||
alias /var/www/certbot/;
|
||||
}
|
||||
|
||||
location / {
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user