mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-24 13:54:20 +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
|
||||
|
||||
```
|
||||
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…
x
Reference in New Issue
Block a user