diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-01 01:54:36 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2023-02-01 01:54:36 +0300 |
commit | e2c6416225429dec1edbbdc6da5b424fd86c9e22 (patch) | |
tree | b58f0ec42ec6fd893a1365add67fff459b9153df /content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2 | |
parent | 3555f0c43b2fbab5a73db4aa3341d041c2457c61 (diff) | |
download | yaroslavps.com-e2c6416225429dec1edbbdc6da5b424fd86c9e22.tar.gz yaroslavps.com-e2c6416225429dec1edbbdc6da5b424fd86c9e22.zip |
Cleanup: rm warnings about non-existant syntax hl
Diffstat (limited to 'content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2')
-rw-r--r-- | content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
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; |