Browse Source

doc: Fix typo

Miguel Ángel Moreno 1 year ago
parent
commit
b3781f8d6c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README
  2. 2 2
      README.md

+ 1 - 1
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;
 

+ 2 - 2
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;