aboutsummaryrefslogtreecommitdiff
path: root/content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md')
-rw-r--r--content/weblog/2018-07-21_building-deploying-personal-site-with-blog-pt2/index.md4
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;