aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/nginx/acme.conf.common
blob: 583ca98426edf98ecba30399a910f3ae3ac46804 (plain) (blame)
1
2
3
4
location /.well-known/acme-challenge/ {
  root ${acme_webroot};
  default_type text/plain;
}