diff options
| author | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-07 11:35:03 -0500 |
|---|---|---|
| committer | Brandon C. Irizarry <brandon.irizarry@gmail.com> | 2026-03-07 11:35:03 -0500 |
| commit | 909369900f520c6c36bb8907ffe62a4c4180a390 (patch) | |
| tree | eff937ced9b794c2f6bd6b369e42d30d3932749c /drafts/posts/adding-cgit-subdomain-to-personal-site.md | |
| parent | 256d6fafc8e192e7e8715d048500375dd53fbf76 (diff) | |
Highlight code block as nginx config
Diffstat (limited to 'drafts/posts/adding-cgit-subdomain-to-personal-site.md')
| -rw-r--r-- | drafts/posts/adding-cgit-subdomain-to-personal-site.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drafts/posts/adding-cgit-subdomain-to-personal-site.md b/drafts/posts/adding-cgit-subdomain-to-personal-site.md index 70af4a5..d011b5f 100644 --- a/drafts/posts/adding-cgit-subdomain-to-personal-site.md +++ b/drafts/posts/adding-cgit-subdomain-to-personal-site.md @@ -75,7 +75,7 @@ self: to your published Nginx configuration, and then reload Nginx (e.g. `sudo systemctl restart nginx.service`): -``` +```nginx server { listen 80; listen [::]:80; |
