cloud.metzner.selfhost.bz 284 B

1234567891011
  1. ## Start of configuration add by letsencrypt container
  2. location ^~ /.well-known/acme-challenge/ {
  3. auth_basic off;
  4. allow all;
  5. root /usr/share/nginx/html;
  6. try_files $uri =404;
  7. break;
  8. }
  9. ## End of configuration add by letsencrypt container
  10. client_max_body_size 4000M;