~dricottone/container-images

ref: 04055de23cf448190786e78e9a4b2061a56d7f3f container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
04055de2Dominic Ricottone Initial commit with my core utilities 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;
}