mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
6 lines
159 B
C++
6 lines
159 B
C++
location ^~ '/.well-known/acme-challenge/'
|
|
{
|
|
default_type "text/plain";
|
|
alias /var/www/.well-known/acme-challenge-public/;
|
|
gzip off;
|
|
}
|