~dricottone/container-images

ref: a9f674c54e2eff2cc555c76c84f613abff90b010 container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
a9f674c5Dominic Ricottone Buildkit progress a month 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;
}