~dricottone/container-images

ref: 5f2e7bd8d2589a35815206c72e652d9480f87fca container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
5f2e7bd8Dominic Ricottone Pulling fork commits 1 year, 4 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;
}