~dricottone/container-images

ref: ed2d3cfdfb81503e88d3ee7a0387b6dba0818f3e container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
ed2d3cfdDominic Ricottone APK builder 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;
}