mirror of
https://github.com/NickKaramoff/toot
synced 2025-02-12 01:30:52 +01:00
add syntax highlighting
This commit is contained in:
parent
325a4dd056
commit
26e2371709
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user