~dricottone/container-images

ref: aeea21ad11a681b794ebe21bda485938cffe5f12 container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
aeea21adDominic Ricottone Adding a WebDAV variant of Nginx 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
location ^~ /.well-known/acme-challenge/ {
	allow all;
	root /usr/share/nginx/html/letsencrypt;
	default_type "text/plain";
	try_files $uri =404;
}