Skip to content

Commit

Permalink
docs: nginx syntax highlighting (#3029)
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
guillaumebriday authored Dec 8, 2022
1 parent e500146 commit 1723c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a very common setup using an upstream. It was adapted from some Capistrano recipe I found on the Internet a while ago.

```
```nginx
upstream myapp {
server unix:///myapp/tmp/puma.sock;
}
Expand Down

0 comments on commit 1723c30

Please sign in to comment.