VPS-config/nginx/common.conf

12 lines
169 B
Plaintext
Raw Permalink Normal View History

2020-08-03 19:28:39 +02:00
location ^~ /.well-known/acme-challenge {
alias /var/www/dehydrated;
}
if ($blockedagent) {
return 403;
}
if ($request_method !~ ^(GET|PUT|POST)$ ) {
return 444;
}