yourls remove temp leftovers
This commit is contained in:
parent
1d8f20ff25
commit
79a54578b8
1 changed files with 1 additions and 11 deletions
|
@ -18,14 +18,4 @@ server {
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
fastcgi_pass unix:/run/php/php${php_version}-fpm.sock;
|
fastcgi_pass unix:/run/php/php${php_version}-fpm.sock;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
# temp
|
|
||||||
location ^~ /.well-known/acme-challenge/ {
|
|
||||||
alias /var/www/certbot/;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# FIXME: this is a temporary solution to allow the certbot challenge to work:
|
|
||||||
# - ssl_certificate
|
|
||||||
# - ssl_certificate_key
|
|
Loading…
Reference in a new issue