~dricottone/container-images

ref: 06b0211305eed3138f433fcc8a1a783e743f261b container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
06b02113Dominic Ricottone Added apkbuilder 1 year, 5 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;
}