Add missing acme-challenge block to webdevcat.me server in nginx.conf
This commit is contained in:
parent
5d65aad8b5
commit
576090d065
@ -89,6 +89,10 @@ http {
|
|||||||
ssl_certificate /var/www/certs/webdevcat.me/fullchain.pem;
|
ssl_certificate /var/www/certs/webdevcat.me/fullchain.pem;
|
||||||
ssl_certificate_key /var/www/certs/webdevcat.me/privkey.pem;
|
ssl_certificate_key /var/www/certs/webdevcat.me/privkey.pem;
|
||||||
|
|
||||||
|
location ^~ /.well-known/acme-challenge {
|
||||||
|
alias /var/www/dehydrated;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 301 https://miti.sh$request_uri;
|
return 301 https://miti.sh$request_uri;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user