mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-09-03 18:41:52 +00:00
Update README.md
This commit is contained in:
parent
064e610713
commit
7fb9cfaded
12
README.md
12
README.md
@ -17,13 +17,13 @@ https://github.com/kvazar-network/database
|
|||||||
### nginx sef mode
|
### nginx sef mode
|
||||||
|
|
||||||
```
|
```
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ =404 @sef;
|
try_files $uri $uri/ =404 @sef;
|
||||||
}
|
}
|
||||||
|
|
||||||
location @sef {
|
location @sef {
|
||||||
rewrite ^(/.*)$ /?$1 last;
|
rewrite ^(/.*)$ /?$1 last;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### webapp example
|
### webapp example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user