~dricottone/container-images

ref: adc564384c5146962d2801b69d1b5edd651d189f container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
adc56438Dominic Ricottone Late Alpine 3.19 updates 7 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;
}