mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-10-29 17:50:26 +00:00
Had the wrong ssl certificate for elastic.* route.
This commit is contained in:
@@ -49,6 +49,6 @@ server {
|
|||||||
proxy_pass http://10.0.0.115:9301;
|
proxy_pass http://10.0.0.115:9301;
|
||||||
}
|
}
|
||||||
|
|
||||||
ssl_certificate /etc/letsencrypt/live/kibana.kevinmidboe.com/fullchain.pem; # managed by Certbot
|
ssl_certificate /etc/letsencrypt/live/elastic.kevinmidboe.com/fullchain.pem; # managed by Certbot
|
||||||
ssl_certificate_key /etc/letsencrypt/live/kibana.kevinmidboe.com/privkey.pem; # managed by Certbot
|
ssl_certificate_key /etc/letsencrypt/live/elastic.kevinmidboe.com/privkey.pem; # managed by Certbot
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user