aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2023-09-15-self-hosting-gitweb.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2023-09-15-self-hosting-gitweb.md')
-rw-r--r--content/blog/2023-09-15-self-hosting-gitweb.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/2023-09-15-self-hosting-gitweb.md b/content/blog/2023-09-15-self-hosting-gitweb.md
index fdc4af3..d687dcb 100644
--- a/content/blog/2023-09-15-self-hosting-gitweb.md
+++ b/content/blog/2023-09-15-self-hosting-gitweb.md
@@ -34,7 +34,7 @@ Once installed, create an Nginx configuration file.
sudo nano /etc/nginx/sites-available/git.example.com
```
-``` conf
+```conf
server {
listen 80;
server_name example.com;