1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2025-09-17 22:08:33 +02:00
yunohost/conf/nginx/plain/acme-challenge.conf.inc
2021-11-10 17:56:02 +01:00

6 lines
143 B
C++

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