~dricottone/container-images

ref: effcfb1243c7393510e269d50620bfcf6895b285 container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
effcfb12Dominic Ricottone Loki config fix 1 year, 2 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;
}