mirror of
https://github.com/ArcticFoxes-net/Signal-TLS-Proxy
synced 2025-01-20 21:12:00 -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/ {
|
location /.well-known/acme-challenge/ {
|
||||||
alias /var/www/certbot/;
|
alias /var/www/certbot/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location / {
|
||||||
|
return 404;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user