1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00
yunohost/conf/nginx/plain/acme-challenge.conf.inc

6 lines
159 B
C++

location ^~ '/.well-known/acme-challenge/'
{
default_type "text/plain";
alias /var/www/.well-known/acme-challenge-public/;
gzip off;
}