summaryrefslogtreecommitdiff
path: root/content/i2p.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/i2p.md')
-rw-r--r--content/i2p.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/i2p.md b/content/i2p.md
index fec9d8c..d0b2edb 100644
--- a/content/i2p.md
+++ b/content/i2p.md
@@ -73,7 +73,7 @@ code. Instead, paste this:
```nginx
server {
listen 127.0.0.1:8080 ;
- root /var/www/example ;
+ root /var/www/{{<hl>}}example{{</hl>}} ;
index index.html ;
}
```