Skip to content

Instantly share code, notes, and snippets.

@jillro
Created March 31, 2016 09:33
Show Gist options
  • Select an option

  • Save jillro/d9cdfbd1661a6adda3cf11c26a37a307 to your computer and use it in GitHub Desktop.

Select an option

Save jillro/d9cdfbd1661a6adda3cf11c26a37a307 to your computer and use it in GitHub Desktop.
File to include in my server nginx conf.
location ~ /.well-known {
root /var/www/letsencrypt/;
try_files $uri =404;
allow all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment