fixed codeblock rendering

This commit is contained in:
m455 2022-12-08 20:57:56 -05:00
parent 1927685a24
commit 765d1b944f

View file

@ -78,11 +78,11 @@ ensure you're in the repo2html git repository, and follow the steps below:
1. as root, add the following contents to `/etc/nginx/sites-available/git.example.com`: 1. as root, add the following contents to `/etc/nginx/sites-available/git.example.com`:
server { server {
root /var/www/git; root /var/www/git;
index index.html; index index.html;
server_name git.example.com; server_name git.example.com;
} }
2. as root, run `ln -s /etc/nginx/sites-available/git.example.com /etc/nginx/sites-enabled/` 2. as root, run `ln -s /etc/nginx/sites-available/git.example.com /etc/nginx/sites-enabled/`
3. as root, run `nginx -t` to test your nginx configuration 3. as root, run `nginx -t` to test your nginx configuration