mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 16:23:16 +08:00
Merge pull request #474 from PeterDaveHello/patch-1
Enable nginx config block syntax highlight in README.md
This commit is contained in:
commit
c7f6e6cedb
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ sudo apt-get install -y nginx
|
||||||
|
|
||||||
Then, create `/etc/nginx/sites-enabled/simplelogin` with the following lines:
|
Then, create `/etc/nginx/sites-enabled/simplelogin` with the following lines:
|
||||||
|
|
||||||
```
|
```nginx
|
||||||
server {
|
server {
|
||||||
server_name app.mydomain.com;
|
server_name app.mydomain.com;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue