summaryrefslogtreecommitdiff
path: root/content/calibre.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/calibre.md')
-rw-r--r--content/calibre.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/calibre.md b/content/calibre.md
index 3e82b62..9768acf 100644
--- a/content/calibre.md
+++ b/content/calibre.md
@@ -27,7 +27,7 @@ Either upload your existing library using `rsync`. For example to
```sh
cd ~/Documents
-rsync -avuP your-library-dir root@example.org:/opt/calibre/
+rsync -avuP your-library-dir root@{{<hl>}}example.org{{</hl>}}:/opt/calibre/
```
Or create a library and add a book to it:
@@ -86,7 +86,7 @@ following:
server {
listen 80;
client_max_body_size 64M; # to upload large books
- server_name calibre.example.org ;
+ server_name {{<hl>}}calibre.example.org{{</hl>}} ;
location / {
proxy_pass http://127.0.0.1:8080;