aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-23 11:46:24 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-06-23 11:46:24 +0200
commitb3781f8d6c4c56d90c5f1c6a475ef37e678fc645 (patch)
treed277e0c1ac21a4875c475e5df5bca2f5b6243495
parent1d0bd6b8e928e9216d6014fee547a816c1b37049 (diff)
doc: Fix typo
-rw-r--r--README2
-rw-r--r--README.md4
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.<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;
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 <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;