Update README.md

This commit is contained in:
KVAZAR 2022-04-24 22:25:12 +03:00 committed by GitHub
parent 064e610713
commit 7fb9cfaded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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