Browse Source

rm random text

windhamdavid 2 years ago
parent
commit
2712be9798
1 changed files with 3 additions and 3 deletions
  1. 3 3
      notes/projects/ham.md

+ 3 - 3
notes/projects/ham.md

@@ -34,9 +34,8 @@ https://www.npmjs.com/package/m3u8-parser
 https://serverfault.com/questions/1019317/receiving-rtmps-stream-on-nginx-rtmp
 
 
-Hola Mrs. Lauren. Unfortunately, we're going to miss it.  
-
-
+ 
+```shell
 sudo mkdir -p /var/www/the-ham.org/{html,log,backup}
 sudo chown david:www-data -R /var/www/the-ham.org/
 sudo chmod -R 755 /var/www/the-ham.org/html
@@ -67,3 +66,4 @@ sudo a2ensite the-ham.org.conf
 </VirtualHost>
 
 sudo certbot --apache -d the-ham.org
+```