~dricottone/container-images

ref: 8f164de44fcaf883fddeb5d12e5b6fed065eb0e3 container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
8f164de4Dominic Ricottone Addendum to re-fixing encryption 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;
}