set certbot as default server
This commit is contained in:
parent
467db4f64f
commit
06e08af0d7
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
# Listen on plain old HTTP
|
# Listen on plain old HTTP
|
||||||
listen 80;
|
listen 80 default_server;
|
||||||
|
|
||||||
# Pass this particular URL off to certbot, to authenticate HTTPS certificates
|
# Pass this particular URL off to certbot, to authenticate HTTPS certificates
|
||||||
location '/.well-known/acme-challenge' {
|
location '/.well-known/acme-challenge' {
|
||||||
|
|
Loading…
Reference in New Issue