~dricottone/container-images

ref: d7b52b6f70022d15660e891970103e5d87210711 container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
d7b52b6fDominic Ricottone Documentation fix 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;
}