diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-06-23 11:46:24 +0200 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2023-06-23 11:46:24 +0200 |
commit | b3781f8d6c4c56d90c5f1c6a475ef37e678fc645 (patch) | |
tree | d277e0c1ac21a4875c475e5df5bca2f5b6243495 | |
parent | 1d0bd6b8e928e9216d6014fee547a816c1b37049 (diff) |
doc: Fix typo
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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.<YOUR_DOMAIN> + server_name tubo.<YOUR_DOMAIN>; ssl_certificate /etc/letsencrypt/live/tubo.<YOUR_DOMAIN>/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/tubo.<YOUR_DOMAIN>/privkey.pem; @@ -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 <https://tubo.mianmoreno.com> 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 <https://tubo.mianmoreno.com> 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.<YOUR_DOMAIN> + server_name tubo.<YOUR_DOMAIN>; ssl_certificate /etc/letsencrypt/live/tubo.<YOUR_DOMAIN>/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/tubo.<YOUR_DOMAIN>/privkey.pem; |