~dricottone/container-images

ref: c488c77616a0bed8a6bb7ee451aa4aac2dcf40ad container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
c488c776Dominic Ricottone Update apkbuilder 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;
}