Browse Source

add sef_mode nginx example

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

12
README.md

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

Loading…
Cancel
Save