Merge pull request #474 from PeterDaveHello/patch-1

Enable nginx config block syntax highlight in README.md
This commit is contained in:
Son Nguyen Kim 2021-05-17 14:39:11 +02:00 committed by GitHub
commit c7f6e6cedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -487,7 +487,7 @@ sudo apt-get install -y nginx
Then, create `/etc/nginx/sites-enabled/simplelogin` with the following lines:
```
```nginx
server {
server_name app.mydomain.com;