add syntax highlighting

This commit is contained in:
Tealk 2022-03-18 12:17:16 +01:00
parent 325a4dd056
commit 26e2371709
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Self-hosting toot outside of Vercel requires some extra setup:
1. Apache
```
```apacheconf
DocumentRoot "path_to_toot/public"
ProxyPass "/api/toot" "http://localhost:8000/"
@ -66,7 +66,7 @@ Self-hosting toot outside of Vercel requires some extra setup:
2. Nginx
```
```nginxconf
root path_to_toot/public;
index.html;