~dricottone/container-images

ref: 860dce69acf08023ab0b747c1588d028e4e60b54 container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
860dce69Dominic Ricottone Advertise last commit's tag 1 year, 3 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;
}