fixed codeblock rendering
This commit is contained in:
parent
1927685a24
commit
765d1b944f
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue