Browse Source

Update README.md

pull/7/head
KVAZAR 3 years ago committed by GitHub
parent
commit
7fb9cfaded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      README.md

12
README.md

@ -17,13 +17,13 @@ https://github.com/kvazar-network/database @@ -17,13 +17,13 @@ https://github.com/kvazar-network/database
### nginx sef mode
```
location / {
try_files $uri $uri/ =404 @sef;
}
location / {
try_files $uri $uri/ =404 @sef;
}
location @sef {
rewrite ^(/.*)$ /?$1 last;
}
location @sef {
rewrite ^(/.*)$ /?$1 last;
}
```
### webapp example

Loading…
Cancel
Save