From b3781f8d6c4c56d90c5f1c6a475ef37e678fc645 Mon Sep 17 00:00:00 2001 From: Miguel Ángel Moreno Date: Fri, 23 Jun 2023 11:46:24 +0200 Subject: doc: Fix typo --- README | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 81d501f..c4ce9bf 100644 --- a/README +++ b/README @@ -75,7 +75,7 @@ If you want to self-host Tubo and make it publicly accessible you'll need to set #+begin_src nginx server { listen 443 ssl http2; - server_name tubo. + server_name tubo.; ssl_certificate /etc/letsencrypt/live/tubo./fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/tubo./privkey.pem; diff --git a/README.md b/README.md index 1d3d592..6a35987 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ To retrieve the data, it wraps the excellent [NewPipe Extractor](https://github. ## Try It Out -You can try a live demo at but beware this is hosted on a personal low-end VPS. If you can, please consider self-hosting Tubo and let me know about your instance via the [contribution methods](#org09f3d2b). See [installation](#orgb0098d1) for ways to set up Tubo in your server. +You can try a live demo at but beware this is hosted on a personal low-end VPS. If you can, please consider self-hosting Tubo and let me know about your instance via the [contribution methods](#org7023291). See [installation](#orgc5ad820) for ways to set up Tubo in your server. ## Installation @@ -70,7 +70,7 @@ If you want to self-host Tubo and make it publicly accessible you'll need to set server { listen 443 ssl http2; - server_name tubo. + server_name tubo.; ssl_certificate /etc/letsencrypt/live/tubo./fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/tubo./privkey.pem; -- cgit v1.2.3