Merge pull request #4 from agairing/master
set certbot as default server
This commit is contained in:
commit
c282f6328f
|
@ -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' {
|
||||
|
|
Loading…
Reference in New Issue