~dricottone/container-images

ref: 86834e13c4e225b499700ba57267b6d8caa418ac container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
86834e13Dominic Ricottone MoinMoin 1.9 running in PyPy a day 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;
}