Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb But (José) : transformer tout le code en bions + ploxions du xerboxion. La carte de digestion vit au labo : /yunohost-digest.json
7 lines
159 B
C++
7 lines
159 B
C++
location ^~ '/.well-known/acme-challenge/'
|
|
{
|
|
default_type "text/plain";
|
|
alias /var/www/.well-known/acme-challenge-public/;
|
|
gzip off;
|
|
}
|