~dricottone/container-images

ref: ba597d5ab832f925cf67b786c438545a03264ff2 container-images/nginx/letsencrypt.conf -rw-r--r-- 148 bytes
ba597d5aDominic Ricottone Added simple-chat 11 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;
}