update readme

This commit is contained in:
Kieran 2018-07-08 16:55:57 +08:00
parent 2457db5fac
commit a6190d04cd

View File

@ -11,4 +11,8 @@ cat src/db.sql | mysql -D YOUR_DB -p
location ~ "^\/[0-9a-z\.]{36,40}$" {
try_files $uri /src/php/download.php;
}
```
```
fastcgi_read_timeout 1200;
```