On 21/08/2018 20:46, Parikh, Samir wrote:> # cgit CGI
root "/cgi-bin/cgit.cgi"
fastcgi socket "/run/slowcgi.sock"
location "/.well-known/acme-challenge/*" {
root { "/acme", strip 2 }
}
}
Do you have /var/www/cgi-bin/cgit.cgi/.well-known/acme-challenge/ directory? Because this is where the httpd server will look for it. I usually set a separate virtual host for ACME and serve it from default path /var/www/acme.

