Enable nginx config block syntax highlight in README.md

This commit is contained in:
Peter Dave Hello 2021-05-17 18:56:38 +08:00 committed by GitHub
parent ef2eb7f959
commit a9794325cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;