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
### 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…
Cancel
Save