Merge pull request #4 from agairing/master

set certbot as default server
This commit is contained in:
Elliot Saba 2018-09-13 23:35:03 +02:00 committed by GitHub
commit c282f6328f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
server {
# Listen on plain old HTTP
listen 80;
listen 80 default_server;
# Pass this particular URL off to certbot, to authenticate HTTPS certificates
location '/.well-known/acme-challenge' {