From e2c6416225429dec1edbbdc6da5b424fd86c9e22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Wed, 1 Feb 2023 01:54:36 +0300 Subject: Cleanup: rm warnings about non-existant syntax hl --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2') diff --git a/content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md b/content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md index 5bfd1f1..bc7204b 100644 --- a/content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md +++ b/content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md @@ -276,7 +276,7 @@ $ sudoedit /etc/nginx/sites-available/mysite And add the following lines -```nginx +``` server { listen 80; listen [::]:80; @@ -306,7 +306,7 @@ you to letsencrypt.com. It is backed by many of the top internet organizations. If you already have an SSL certificate, and would like to use HTTPS, your file should look like this -```nginx +``` server { listen 80; listen [::]:80; -- cgit v1.2.3